Methods in jaggregate that return NaturallySortedCollection |
static
|
NaturallySortedCollection.emptyNaturallySortedCollection()
Creates an empty naturally sorted collection. |
static
|
NaturallySortedCollection.naturallySortedCollectionFrom(Collection<? extends T> newElements)
Creates a naturally sorted collection containing the elements from the given
collection. |
static
|
NaturallySortedCollection.naturallySortedCollectionFrom(Iterable<? extends T> newElements)
Creates a naturally sorted collection containing the elements from the given
iterable. |
static
|
NaturallySortedCollection.naturallySortedCollectionWith(T... newElements)
Creates a naturally sorted collection containing the elements from the given
array. |