Interface ValueSortedMap.ValueSortedMapEntryList<K,​V>

  • All Superinterfaces:
    java.util.Collection<java.util.Map.Entry<K,​V>>, java.util.Deque<java.util.Map.Entry<K,​V>>, java.lang.Iterable<java.util.Map.Entry<K,​V>>, java.util.List<java.util.Map.Entry<K,​V>>, java.util.Queue<java.util.Map.Entry<K,​V>>, java.util.Set<java.util.Map.Entry<K,​V>>
    All Known Implementing Classes:
    RestrictedValueSortedMap.RestrictedValueSortedMapEntryList, TreeValueSortedMap.ValueSortedTreeMapEntrySet
    Enclosing interface:
    ValueSortedMap<K,​V>

    public static interface ValueSortedMap.ValueSortedMapEntryList<K,​V>
    extends java.util.Set<java.util.Map.Entry<K,​V>>, java.util.List<java.util.Map.Entry<K,​V>>, java.util.Deque<java.util.Map.Entry<K,​V>>
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Spliterator<java.util.Map.Entry<K,​V>> spliterator()  
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.util.Deque

        add, addAll, addFirst, addLast, contains, descendingIterator, element, getFirst, getLast, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, subList, toArray, toArray
      • Methods inherited from interface java.util.Set

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    • Method Detail

      • spliterator

        default java.util.Spliterator<java.util.Map.Entry<K,​V>> spliterator()
        Specified by:
        spliterator in interface java.util.Collection<K>
        Specified by:
        spliterator in interface java.lang.Iterable<K>
        Specified by:
        spliterator in interface java.util.List<K>
        Specified by:
        spliterator in interface java.util.Set<K>