Uses of Class
org.space4j.indexing.CollectionOfSets

Packages that use CollectionOfSets
org.space4j.indexing   
 

Uses of CollectionOfSets in org.space4j.indexing
 

Methods in org.space4j.indexing that return CollectionOfSets
 CollectionOfSets<V> MultiSortedMap.ascendingMapValues()
           
 CollectionOfSets<V> MultiSortedMap.descendingMapValues()
           
 CollectionOfSets<V> MultiSortedMap.headMapValues(Key toKey)
           
 CollectionOfSets<V> MultiSortedMap.headMapValues(Key toKey, boolean inclusive)
           
 CollectionOfSets<V> MultiSortedMap.subMapValues(Key fromKey, boolean fromInclusive, Key toKey, boolean toInclusive)
           
 CollectionOfSets<V> MultiSortedMap.subMapValues(Key fromKey, Key toKey)
           
 CollectionOfSets<V> MultiSortedMap.tailMapValues(Key fromKey)
           
 CollectionOfSets<V> MultiSortedMap.tailMapValues(Key fromKey, boolean inclusive)
           
 



Copyright © 2005 Space4J Team. All Rights Reserved.