public class Registry<K,T> extends Object
Registry()
T
get(K key)
boolean
isEmpty()
isRegistered(K key)
Collection<K>
keys()
void
put(K key, T value)
remove(K key)
int
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Registry()
public void put(K key, T value)
public T get(K key)
public boolean isRegistered(K key)
public void remove(K key)
public Collection<K> keys()
public int size()
public boolean isEmpty()
Licenced under the Apache License, Version 2.0