Uses of Class
io.netty.util.concurrent.ConcurrentSkipListIntObjMultimap.IntEntry
Packages that use ConcurrentSkipListIntObjMultimap.IntEntry
-
Uses of ConcurrentSkipListIntObjMultimap.IntEntry in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement interfaces with type arguments of type ConcurrentSkipListIntObjMultimap.IntEntryModifier and TypeClassDescriptionclassA scalable concurrent multimap implementation.static final classThe multimap entry type with primitiveintkeys.Methods in io.netty.util.concurrent that return ConcurrentSkipListIntObjMultimap.IntEntryModifier and TypeMethodDescriptionConcurrentSkipListIntObjMultimap.ceilingEntry(int key) Returns a key-value mapping associated with the least key greater than or equal to the given key, ornullif there is no such entry.ConcurrentSkipListIntObjMultimap.firstEntry()Returns a key-value mapping associated with the least key in this map, ornullif the map is empty.ConcurrentSkipListIntObjMultimap.floorEntry(int key) Returns a key-value mapping associated with the greatest key less than or equal to the given key, ornullif there is no such key.ConcurrentSkipListIntObjMultimap.higherEntry(int key) Returns a key-value mapping associated with the least key strictly greater than the given key, ornullif there is no such key.ConcurrentSkipListIntObjMultimap.lastEntry()Returns a key-value mapping associated with the greatest key in this map, ornullif the map is empty.ConcurrentSkipListIntObjMultimap.lowerEntry(int key) Returns a key-value mapping associated with the greatest key strictly less than the given key, ornullif there is no such key.ConcurrentSkipListIntObjMultimap.pollCeilingEntry(int key) ConcurrentSkipListIntObjMultimap.pollFirstEntry()Removes and returns a key-value mapping associated with the least key in this map, ornullif the map is empty.ConcurrentSkipListIntObjMultimap.pollLastEntry()Removes and returns a key-value mapping associated with the greatest key in this map, ornullif the map is empty.Methods in io.netty.util.concurrent that return types with arguments of type ConcurrentSkipListIntObjMultimap.IntEntryMethods in io.netty.util.concurrent with parameters of type ConcurrentSkipListIntObjMultimap.IntEntryModifier and TypeMethodDescriptionintConcurrentSkipListIntObjMultimap.IntEntry.compareTo(ConcurrentSkipListIntObjMultimap.IntEntry<V> o)