Class KeyValueRegistry<K,​V>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(K key)  
      V get​(K key)  
      V[] getItems​(java.util.Comparator<K> comparator, java.lang.Class<K> keyClazz, java.lang.Class<V> valueClazz)  
      boolean isEmpty()  
      void register​(K key, V value)  
      void remove​(K key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait