public final class IdentityCollection extends Object
| Constructor and Description |
|---|
IdentityCollection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(int id) |
<T> T |
get(int id) |
int |
getKey(Object input) |
boolean |
isReserved(int id) |
void |
put(int id,
Object input) |
int |
put(Object input) |
int |
reserve() |
public IdentityCollection()
public boolean containsKey(int id)
public int reserve()
public boolean isReserved(int id)
public <T> T get(int id)
Copyright © 2018. All Rights Reserved.