|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NaturallySortedCollection | |
---|---|
jaggregate | Jaggregate is a J2SE 5.0-aware collections library that is modeled after the ANSI Smalltalk collection protocols. |
Uses of NaturallySortedCollection in jaggregate |
---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |