Uses of Class
jaggregate.NaturallySortedCollection

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
<T extends Comparable<? super T>>
NaturallySortedCollection<T>
NaturallySortedCollection.emptyNaturallySortedCollection()
          Creates an empty naturally sorted collection.
static
<T extends Comparable<? super T>>
NaturallySortedCollection<T>
NaturallySortedCollection.naturallySortedCollectionFrom(Collection<? extends T> newElements)
          Creates a naturally sorted collection containing the elements from the given collection.
static
<T extends Comparable<? super T>>
NaturallySortedCollection<T>
NaturallySortedCollection.naturallySortedCollectionFrom(Iterable<? extends T> newElements)
          Creates a naturally sorted collection containing the elements from the given iterable.
static
<T extends Comparable<? super T>>
NaturallySortedCollection<T>
NaturallySortedCollection.naturallySortedCollectionWith(T... newElements)
          Creates a naturally sorted collection containing the elements from the given array.
 



© Copyright 2004-2008 Paul R. Holser, Jr. All rights reserved. Licensed under the Academic Free License version 3.0. pholser@alumni.rice.edu