Uses of Interface
com.devexperts.util.LongSet

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

Uses of LongSet in com.devexperts.util
 

Classes in com.devexperts.util that implement LongSet
 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).
 

Methods in com.devexperts.util that return LongSet
 LongSet LongMap.longKeySet()
          Returns a set view of the keys contained in this map.
 LongSet LongHashMap.longKeySet()
          Returns a set view of the keys contained in this map.
abstract  LongSet AbstractLongMap.longKeySet()
           
 



Copyright © 2013 Devexperts. All Rights Reserved.