public class KeyValueRegistry<K,V> extends Object implements IKeyValueRegistry<K,V>
| Constructor and Description |
|---|
KeyValueRegistry() |
public void register(K key, V value)
register in interface IKeyValueRegistry<K,V>public boolean contains(K key)
contains in interface IKeyValueRegistry<K,V>public V[] getItems(Comparator<K> comparator, Class<K> keyClazz, Class<V> valueClazz)
getItems in interface IKeyValueRegistry<K,V>public void remove(K key)
remove in interface IKeyValueRegistry<K,V>public boolean isEmpty()
isEmpty in interface IKeyValueRegistry<K,V>Copyright © 2007–2016 Andreas Bartels. All rights reserved.