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