Uses of Interface
it.unimi.dsi.fastutil.ints.Int2BooleanSortedMap

Packages that use Int2BooleanSortedMap
it.unimi.dsi.fastutil.ints Provides type-specific classes for integer elements or keys. 
 

Uses of Int2BooleanSortedMap in it.unimi.dsi.fastutil.ints
 

Classes in it.unimi.dsi.fastutil.ints that implement Int2BooleanSortedMap
 class AbstractInt2BooleanSortedMap
          An abstract class providing basic methods for sorted maps implementing a type-specific interface.
 class Int2BooleanAVLTreeMap
          A type-specific AVL tree map with a fast, small-footprint implementation.
 class Int2BooleanLinkedOpenHashMap
          A type-specific linked hash map with with a fast, small-footprint implementation.
 class Int2BooleanRBTreeMap
          A type-specific red-black tree map with a fast, small-footprint implementation.
static class Int2BooleanSortedMaps.EmptySortedMap
          An immutable class representing an empty type-specific sorted map.
static class Int2BooleanSortedMaps.Singleton
          An immutable class representing a type-specific singleton sorted map.
static class Int2BooleanSortedMaps.SynchronizedSortedMap
          A synchronized wrapper class for sorted maps.
static class Int2BooleanSortedMaps.UnmodifiableSortedMap
          An unmodifiable wrapper class for sorted maps.
 

Fields in it.unimi.dsi.fastutil.ints declared as Int2BooleanSortedMap
protected  Int2BooleanSortedMap Int2BooleanSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Int2BooleanSortedMap Int2BooleanSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

Methods in it.unimi.dsi.fastutil.ints that return Int2BooleanSortedMap
 Int2BooleanSortedMap Int2BooleanLinkedOpenHashMap.headMap(int to)
           
 Int2BooleanSortedMap Int2BooleanAVLTreeMap.headMap(int to)
           
 Int2BooleanSortedMap Int2BooleanRBTreeMap.headMap(int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMap.headMap(int toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Int2BooleanSortedMap Int2BooleanSortedMaps.EmptySortedMap.headMap(int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.Singleton.headMap(int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.SynchronizedSortedMap.headMap(int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.UnmodifiableSortedMap.headMap(int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMap.headMap(Integer toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Int2BooleanSortedMap Int2BooleanSortedMaps.EmptySortedMap.headMap(Integer oto)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.Singleton.headMap(Integer oto)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.SynchronizedSortedMap.headMap(Integer to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.UnmodifiableSortedMap.headMap(Integer to)
           
 Int2BooleanSortedMap AbstractInt2BooleanSortedMap.headMap(Integer to)
          Delegates to the corresponding type-specific method.
static Int2BooleanSortedMap Int2BooleanSortedMaps.singleton(int key, boolean value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Int2BooleanSortedMap Int2BooleanSortedMaps.singleton(int key, boolean value, IntComparator comparator)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Int2BooleanSortedMap Int2BooleanSortedMaps.singleton(Integer key, Boolean value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Int2BooleanSortedMap Int2BooleanSortedMaps.singleton(Integer key, Boolean value, IntComparator comparator)
          RETURNS a type-specific immutable sorted map containing only the specified pair.
 Int2BooleanSortedMap Int2BooleanSortedMap.subMap(Integer fromKey, Integer toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Int2BooleanSortedMap Int2BooleanSortedMaps.EmptySortedMap.subMap(Integer ofrom, Integer oto)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.Singleton.subMap(Integer ofrom, Integer oto)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.SynchronizedSortedMap.subMap(Integer from, Integer to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.UnmodifiableSortedMap.subMap(Integer from, Integer to)
           
 Int2BooleanSortedMap AbstractInt2BooleanSortedMap.subMap(Integer from, Integer to)
          Delegates to the corresponding type-specific method.
 Int2BooleanSortedMap Int2BooleanLinkedOpenHashMap.subMap(int from, int to)
           
 Int2BooleanSortedMap Int2BooleanAVLTreeMap.subMap(int from, int to)
           
 Int2BooleanSortedMap Int2BooleanRBTreeMap.subMap(int from, int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMap.subMap(int fromKey, int toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Int2BooleanSortedMap Int2BooleanSortedMaps.EmptySortedMap.subMap(int from, int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.Singleton.subMap(int from, int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.SynchronizedSortedMap.subMap(int from, int to)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.UnmodifiableSortedMap.subMap(int from, int to)
           
static Int2BooleanSortedMap Int2BooleanSortedMaps.synchronize(Int2BooleanSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Int2BooleanSortedMap Int2BooleanSortedMaps.synchronize(Int2BooleanSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
 Int2BooleanSortedMap Int2BooleanLinkedOpenHashMap.tailMap(int from)
           
 Int2BooleanSortedMap Int2BooleanAVLTreeMap.tailMap(int from)
           
 Int2BooleanSortedMap Int2BooleanRBTreeMap.tailMap(int from)
           
 Int2BooleanSortedMap Int2BooleanSortedMap.tailMap(int fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Int2BooleanSortedMap Int2BooleanSortedMaps.EmptySortedMap.tailMap(int from)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.Singleton.tailMap(int from)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.SynchronizedSortedMap.tailMap(int from)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.UnmodifiableSortedMap.tailMap(int from)
           
 Int2BooleanSortedMap Int2BooleanSortedMap.tailMap(Integer fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Int2BooleanSortedMap Int2BooleanSortedMaps.EmptySortedMap.tailMap(Integer ofrom)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.Singleton.tailMap(Integer ofrom)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.SynchronizedSortedMap.tailMap(Integer from)
           
 Int2BooleanSortedMap Int2BooleanSortedMaps.UnmodifiableSortedMap.tailMap(Integer from)
           
 Int2BooleanSortedMap AbstractInt2BooleanSortedMap.tailMap(Integer from)
          Delegates to the corresponding type-specific method.
static Int2BooleanSortedMap Int2BooleanSortedMaps.unmodifiable(Int2BooleanSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

Methods in it.unimi.dsi.fastutil.ints with parameters of type Int2BooleanSortedMap
static Int2BooleanSortedMap Int2BooleanSortedMaps.synchronize(Int2BooleanSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Int2BooleanSortedMap Int2BooleanSortedMaps.synchronize(Int2BooleanSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
static Int2BooleanSortedMap Int2BooleanSortedMaps.unmodifiable(Int2BooleanSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

Constructors in it.unimi.dsi.fastutil.ints with parameters of type Int2BooleanSortedMap
Int2BooleanAVLTreeMap(Int2BooleanSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Int2BooleanRBTreeMap(Int2BooleanSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Int2BooleanSortedMaps.SynchronizedSortedMap(Int2BooleanSortedMap m)
           
Int2BooleanSortedMaps.SynchronizedSortedMap(Int2BooleanSortedMap m, Object sync)
           
Int2BooleanSortedMaps.UnmodifiableSortedMap(Int2BooleanSortedMap m)
           
 



Copyright © 2011. All Rights Reserved.