Package com.github.hypfvieh.collections


package com.github.hypfvieh.collections
  • Klassen
    Klasse
    Beschreibung
    BidiMap<K,V>
    A bidirectional map.
    Subclass of Properties that returns keys in insertion order by keeping an internal insertion order set of keys updated on each write operation (put, putAll, clear, remove).