Class EntrySet.ObjectObject<K,​V>

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.Map.Entry<K,​V>>, java.util.Collection<java.util.Map.Entry<K,​V>>, java.util.List<java.util.Map.Entry<K,​V>>, java.util.Set<java.util.Map.Entry<K,​V>>, EntryList<K,​V>, Paired<K,​V>
    Enclosing class:
    EntrySet<K,​V>

    static final class EntrySet.ObjectObject<K,​V>
    extends EntrySet<K,​V>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private V[] myValues  
      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectObject​(K[] keys, V[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EntryPair<K,​V> get​(int index)  
      V getValue​(int index)  
      void setValue​(int index, V value)  
      • Methods inherited from class java.util.AbstractList

        add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
      • Methods inherited from class java.util.AbstractCollection

        addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

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

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray
    • Field Detail

      • myValues

        private final V[] myValues
    • Constructor Detail

      • ObjectObject

        ObjectObject​(K[] keys,
                     V[] values)