|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.common.util.registry.newversion.Registry<T>
T - the type of the elementspublic final class Registry<T>
| Constructor Summary | |
|---|---|
Registry()
|
|
| Method Summary | |
|---|---|
void |
addIfAbsent(T element)
Registers the passed element if it has not yet been registered |
int |
get(T element)
|
int |
getSize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Registry()
| Method Detail |
|---|
public void addIfAbsent(T element)
IRegistryelement if it has not yet been registered
addIfAbsent in interface IRegistry<T>public final int get(T element)
get in interface IRegistry<T>elementpublic int getSize()
getSize in interface IRegistry<T>
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||