Uses of Interface
com.devexperts.util.LongCollection

Packages that use LongCollection
com.devexperts.util General utility classes. 
 

Uses of LongCollection in com.devexperts.util
 

Subinterfaces of LongCollection in com.devexperts.util
 interface LongSet
          This class extends Set with methods that are specific for long values.
 

Classes in com.devexperts.util that implement LongCollection
 class AbstractLongSet
          This class provides a skeletal implementation of the LongSet interface, to minimize the effort required to implement this interface.
 class LongHashSet
          This class implements the LongSet interface, backed by a hash table (actually a LongHashMap instance).
 



Copyright © 2013 Devexperts. All Rights Reserved.