Interface EntryList<K,​V>

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <K> EntryList<K,​PrimitiveNumber> wrap​(K[] keys, byte[] values)  
      static <K> EntryList<K,​PrimitiveNumber> wrap​(K[] keys, double[] values)  
      static <K> EntryList<K,​PrimitiveNumber> wrap​(K[] keys, float[] values)  
      static <K> EntryList<K,​PrimitiveNumber> wrap​(K[] keys, int[] values)  
      static <K> EntryList<K,​PrimitiveNumber> wrap​(K[] keys, long[] values)  
      static <K> EntryList<K,​PrimitiveNumber> wrap​(K[] keys, short[] values)  
      static <K,​V>
      EntryList<K,​V>
      wrap​(K[] keys, V[] values)  
      • 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, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray