Class RestrictedValueSortedMap.RestrictedValueSortedMapKeyList

    • Constructor Detail

      • RestrictedValueSortedMapKeyList

        public RestrictedValueSortedMapKeyList()
    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<K>
        Specified by:
        size in interface java.util.Deque<K>
        Specified by:
        size in interface java.util.List<K>
        Specified by:
        size in interface java.util.Set<K>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<K>
        Specified by:
        isEmpty in interface java.util.List<K>
        Specified by:
        isEmpty in interface java.util.Set<K>
      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<K>
        Specified by:
        contains in interface java.util.Deque<K>
        Specified by:
        contains in interface java.util.List<K>
        Specified by:
        contains in interface java.util.Set<K>
      • iterator

        public java.util.Iterator<K> iterator()
        Specified by:
        iterator in interface java.util.Collection<K>
        Specified by:
        iterator in interface java.util.Deque<K>
        Specified by:
        iterator in interface java.lang.Iterable<K>
        Specified by:
        iterator in interface java.util.List<K>
        Specified by:
        iterator in interface java.util.Set<K>
      • toArray

        public java.lang.Object[] toArray()
        Specified by:
        toArray in interface java.util.Collection<K>
        Specified by:
        toArray in interface java.util.List<K>
        Specified by:
        toArray in interface java.util.Set<K>
      • toArray

        public <T> T[] toArray​(T[] a)
        Specified by:
        toArray in interface java.util.Collection<K>
        Specified by:
        toArray in interface java.util.List<K>
        Specified by:
        toArray in interface java.util.Set<K>
      • add

        public boolean add​(K e)
        Specified by:
        add in interface java.util.Collection<K>
        Specified by:
        add in interface java.util.Deque<K>
        Specified by:
        add in interface java.util.List<K>
        Specified by:
        add in interface java.util.Queue<K>
        Specified by:
        add in interface java.util.Set<K>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<K>
        Specified by:
        remove in interface java.util.Deque<K>
        Specified by:
        remove in interface java.util.List<K>
        Specified by:
        remove in interface java.util.Set<K>
      • containsAll

        public boolean containsAll​(java.util.Collection<?> c)
        Specified by:
        containsAll in interface java.util.Collection<K>
        Specified by:
        containsAll in interface java.util.List<K>
        Specified by:
        containsAll in interface java.util.Set<K>
      • addAll

        public boolean addAll​(java.util.Collection<? extends K> c)
        Specified by:
        addAll in interface java.util.Collection<K>
        Specified by:
        addAll in interface java.util.Deque<K>
        Specified by:
        addAll in interface java.util.List<K>
        Specified by:
        addAll in interface java.util.Set<K>
      • retainAll

        public boolean retainAll​(java.util.Collection<?> c)
        Specified by:
        retainAll in interface java.util.Collection<K>
        Specified by:
        retainAll in interface java.util.List<K>
        Specified by:
        retainAll in interface java.util.Set<K>
      • removeAll

        public boolean removeAll​(java.util.Collection<?> c)
        Specified by:
        removeAll in interface java.util.Collection<K>
        Specified by:
        removeAll in interface java.util.List<K>
        Specified by:
        removeAll in interface java.util.Set<K>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Collection<K>
        Specified by:
        clear in interface java.util.List<K>
        Specified by:
        clear in interface java.util.Set<K>
      • addAll

        public boolean addAll​(int index,
                              java.util.Collection<? extends K> c)
        Specified by:
        addAll in interface java.util.List<K>
      • get

        public K get​(int index)
        Specified by:
        get in interface java.util.List<K>
      • set

        public K set​(int index,
                     K element)
        Specified by:
        set in interface java.util.List<K>
      • add

        public void add​(int index,
                        K element)
        Specified by:
        add in interface java.util.List<K>
      • remove

        public K remove​(int index)
        Specified by:
        remove in interface java.util.List<K>
      • indexOf

        public int indexOf​(java.lang.Object o)
        Specified by:
        indexOf in interface java.util.List<K>
      • lastIndexOf

        public int lastIndexOf​(java.lang.Object o)
        Specified by:
        lastIndexOf in interface java.util.List<K>
      • listIterator

        public java.util.ListIterator<K> listIterator()
        Specified by:
        listIterator in interface java.util.List<K>
      • listIterator

        public java.util.ListIterator<K> listIterator​(int index)
        Specified by:
        listIterator in interface java.util.List<K>
      • subList

        public java.util.List<K> subList​(int fromIndex,
                                         int toIndex)
        Specified by:
        subList in interface java.util.List<K>
      • addFirst

        public void addFirst​(K e)
        Specified by:
        addFirst in interface java.util.Deque<K>
      • addLast

        public void addLast​(K e)
        Specified by:
        addLast in interface java.util.Deque<K>
      • offerFirst

        public boolean offerFirst​(K e)
        Specified by:
        offerFirst in interface java.util.Deque<K>
      • offerLast

        public boolean offerLast​(K e)
        Specified by:
        offerLast in interface java.util.Deque<K>
      • removeFirst

        public K removeFirst()
        Specified by:
        removeFirst in interface java.util.Deque<K>
      • removeLast

        public K removeLast()
        Specified by:
        removeLast in interface java.util.Deque<K>
      • pollFirst

        public K pollFirst()
        Specified by:
        pollFirst in interface java.util.Deque<K>
      • pollLast

        public K pollLast()
        Specified by:
        pollLast in interface java.util.Deque<K>
      • getFirst

        public K getFirst()
        Specified by:
        getFirst in interface java.util.Deque<K>
      • getLast

        public K getLast()
        Specified by:
        getLast in interface java.util.Deque<K>
      • peekFirst

        public K peekFirst()
        Specified by:
        peekFirst in interface java.util.Deque<K>
      • peekLast

        public K peekLast()
        Specified by:
        peekLast in interface java.util.Deque<K>
      • removeFirstOccurrence

        public boolean removeFirstOccurrence​(java.lang.Object o)
        Specified by:
        removeFirstOccurrence in interface java.util.Deque<K>
      • removeLastOccurrence

        public boolean removeLastOccurrence​(java.lang.Object o)
        Specified by:
        removeLastOccurrence in interface java.util.Deque<K>
      • offer

        public boolean offer​(K e)
        Specified by:
        offer in interface java.util.Deque<K>
        Specified by:
        offer in interface java.util.Queue<K>
      • remove

        public K remove()
        Specified by:
        remove in interface java.util.Deque<K>
        Specified by:
        remove in interface java.util.Queue<K>
      • poll

        public K poll()
        Specified by:
        poll in interface java.util.Deque<K>
        Specified by:
        poll in interface java.util.Queue<K>
      • element

        public K element()
        Specified by:
        element in interface java.util.Deque<K>
        Specified by:
        element in interface java.util.Queue<K>
      • peek

        public K peek()
        Specified by:
        peek in interface java.util.Deque<K>
        Specified by:
        peek in interface java.util.Queue<K>
      • push

        public void push​(K e)
        Specified by:
        push in interface java.util.Deque<K>
      • pop

        public K pop()
        Specified by:
        pop in interface java.util.Deque<K>
      • descendingIterator

        public java.util.Iterator<K> descendingIterator()
        Specified by:
        descendingIterator in interface java.util.Deque<K>