Interface Paired<K,V>

All Known Subinterfaces:
EntryList<K,V>
All Known Implementing Classes:
EntrySet, EntrySet.KeyedPrimitives, EntrySet.ObjectByte, EntrySet.ObjectDouble, EntrySet.ObjectFloat, EntrySet.ObjectInt, EntrySet.ObjectLong, EntrySet.ObjectObject, EntrySet.ObjectShort, IndexedMap, IndexedMap.MappedPrimitives

interface Paired<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    getKey(int index)
     
    getPair(int index)
     
    getValue(int index)
     
  • Method Details

    • getKey

      K getKey(int index)
    • getPair

      EntryPair<K,V> getPair(int index)
    • getValue

      V getValue(int index)