public class AggregationMethodSortedWrapperNavigableMap extends Object implements NavigableMap<Object,Collection<EventBean>>
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public Map.Entry<Object,Collection<EventBean>> lowerEntry(Object key)
lowerEntry
in interface NavigableMap<Object,Collection<EventBean>>
public Object lowerKey(Object key)
lowerKey
in interface NavigableMap<Object,Collection<EventBean>>
public Map.Entry<Object,Collection<EventBean>> floorEntry(Object key)
floorEntry
in interface NavigableMap<Object,Collection<EventBean>>
public Object floorKey(Object key)
floorKey
in interface NavigableMap<Object,Collection<EventBean>>
public Map.Entry<Object,Collection<EventBean>> ceilingEntry(Object key)
ceilingEntry
in interface NavigableMap<Object,Collection<EventBean>>
public Object ceilingKey(Object key)
ceilingKey
in interface NavigableMap<Object,Collection<EventBean>>
public Map.Entry<Object,Collection<EventBean>> higherEntry(Object key)
higherEntry
in interface NavigableMap<Object,Collection<EventBean>>
public Object higherKey(Object key)
higherKey
in interface NavigableMap<Object,Collection<EventBean>>
public Map.Entry<Object,Collection<EventBean>> firstEntry()
firstEntry
in interface NavigableMap<Object,Collection<EventBean>>
public Map.Entry<Object,Collection<EventBean>> lastEntry()
lastEntry
in interface NavigableMap<Object,Collection<EventBean>>
public NavigableMap<Object,Collection<EventBean>> descendingMap()
descendingMap
in interface NavigableMap<Object,Collection<EventBean>>
public NavigableSet<Object> navigableKeySet()
navigableKeySet
in interface NavigableMap<Object,Collection<EventBean>>
public NavigableSet<Object> descendingKeySet()
descendingKeySet
in interface NavigableMap<Object,Collection<EventBean>>
public NavigableMap<Object,Collection<EventBean>> subMap(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive)
subMap
in interface NavigableMap<Object,Collection<EventBean>>
public NavigableMap<Object,Collection<EventBean>> headMap(Object toKey, boolean inclusive)
headMap
in interface NavigableMap<Object,Collection<EventBean>>
public NavigableMap<Object,Collection<EventBean>> tailMap(Object fromKey, boolean inclusive)
tailMap
in interface NavigableMap<Object,Collection<EventBean>>
public SortedMap<Object,Collection<EventBean>> subMap(Object fromKey, Object toKey)
subMap
in interface NavigableMap<Object,Collection<EventBean>>
subMap
in interface SortedMap<Object,Collection<EventBean>>
public SortedMap<Object,Collection<EventBean>> headMap(Object toKey)
headMap
in interface NavigableMap<Object,Collection<EventBean>>
headMap
in interface SortedMap<Object,Collection<EventBean>>
public SortedMap<Object,Collection<EventBean>> tailMap(Object fromKey)
tailMap
in interface NavigableMap<Object,Collection<EventBean>>
tailMap
in interface SortedMap<Object,Collection<EventBean>>
public Comparator<? super Object> comparator()
comparator
in interface SortedMap<Object,Collection<EventBean>>
public Object firstKey()
firstKey
in interface SortedMap<Object,Collection<EventBean>>
public Object lastKey()
lastKey
in interface SortedMap<Object,Collection<EventBean>>
public Set<Object> keySet()
keySet
in interface Map<Object,Collection<EventBean>>
keySet
in interface SortedMap<Object,Collection<EventBean>>
public Collection<Collection<EventBean>> values()
values
in interface Map<Object,Collection<EventBean>>
values
in interface SortedMap<Object,Collection<EventBean>>
public Set<Map.Entry<Object,Collection<EventBean>>> entrySet()
entrySet
in interface Map<Object,Collection<EventBean>>
entrySet
in interface SortedMap<Object,Collection<EventBean>>
public int size()
size
in interface Map<Object,Collection<EventBean>>
public boolean isEmpty()
isEmpty
in interface Map<Object,Collection<EventBean>>
public boolean containsKey(Object key)
containsKey
in interface Map<Object,Collection<EventBean>>
public boolean containsValue(Object value)
containsValue
in interface Map<Object,Collection<EventBean>>
public Collection<EventBean> get(Object key)
get
in interface Map<Object,Collection<EventBean>>
public Collection<EventBean> put(Object key, Collection<EventBean> value)
put
in interface Map<Object,Collection<EventBean>>
public Collection<EventBean> remove(Object key)
remove
in interface Map<Object,Collection<EventBean>>
public Map.Entry<Object,Collection<EventBean>> pollFirstEntry()
pollFirstEntry
in interface NavigableMap<Object,Collection<EventBean>>
public Map.Entry<Object,Collection<EventBean>> pollLastEntry()
pollLastEntry
in interface NavigableMap<Object,Collection<EventBean>>
public void putAll(Map<?,? extends Collection<EventBean>> m)
putAll
in interface Map<Object,Collection<EventBean>>
public void clear()
clear
in interface Map<Object,Collection<EventBean>>
Copyright © 2005–2021. All rights reserved.