Uses of Class
io.netty.util.concurrent.ConcurrentSkipListIntObjMultimap.IntEntry
Packages that use ConcurrentSkipListIntObjMultimap.IntEntry
-
Uses of ConcurrentSkipListIntObjMultimap.IntEntry in io.netty.util.concurrent
Subclasses with type arguments of type ConcurrentSkipListIntObjMultimap.IntEntry in io.netty.util.concurrentModifier and TypeClassDescription(package private) final classClasses 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.doRemoveFirstEntry()Removes first entry; returns its snapshot.ConcurrentSkipListIntObjMultimap.doRemoveLastEntry()Removes last entry; returns its snapshot.(package private) final ConcurrentSkipListIntObjMultimap.IntEntry<V> ConcurrentSkipListIntObjMultimap.findFirstEntry()Entry snapshot version of findFirst(package private) final ConcurrentSkipListIntObjMultimap.IntEntry<V> ConcurrentSkipListIntObjMultimap.findLastEntry()Entry version of findLast(package private) final ConcurrentSkipListIntObjMultimap.IntEntry<V> ConcurrentSkipListIntObjMultimap.findNearEntry(int key, int rel) Variant of findNear returning IntEntryConcurrentSkipListIntObjMultimap.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.EntryIterator.next()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)