public class AggregationMethodSortedWrapperNavigableSet extends Object implements NavigableSet<Object>
Constructor and Description |
---|
AggregationMethodSortedWrapperNavigableSet(NavigableSet<Object> sorted) |
public AggregationMethodSortedWrapperNavigableSet(NavigableSet<Object> sorted)
public Comparator<? super Object> comparator()
comparator
in interface SortedSet<Object>
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Object o)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Object>
containsAll
in interface Set<Object>
public boolean addAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
public void clear()
public Spliterator<Object> spliterator()
spliterator
in interface Iterable<Object>
spliterator
in interface Collection<Object>
spliterator
in interface Set<Object>
spliterator
in interface SortedSet<Object>
public boolean removeIf(Predicate<? super Object> filter)
removeIf
in interface Collection<Object>
public Stream<Object> stream()
stream
in interface Collection<Object>
public Stream<Object> parallelStream()
parallelStream
in interface Collection<Object>
public Object lower(Object o)
lower
in interface NavigableSet<Object>
public Object floor(Object o)
floor
in interface NavigableSet<Object>
public Object ceiling(Object o)
ceiling
in interface NavigableSet<Object>
public Object higher(Object o)
higher
in interface NavigableSet<Object>
public Object pollFirst()
pollFirst
in interface NavigableSet<Object>
public Object pollLast()
pollLast
in interface NavigableSet<Object>
public NavigableSet<Object> descendingSet()
descendingSet
in interface NavigableSet<Object>
public Iterator<Object> descendingIterator()
descendingIterator
in interface NavigableSet<Object>
public NavigableSet<Object> subSet(Object fromElement, boolean fromInclusive, Object toElement, boolean toInclusive)
subSet
in interface NavigableSet<Object>
public NavigableSet<Object> headSet(Object toElement, boolean inclusive)
headSet
in interface NavigableSet<Object>
public NavigableSet<Object> tailSet(Object fromElement, boolean inclusive)
tailSet
in interface NavigableSet<Object>
Copyright © 2005–2019. All rights reserved.