| Constructor and Description |
|---|
AccountIdIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Account |
getById(long value) |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
java.util.Iterator<Account> |
iterator() |
java.util.Set<java.lang.Long> |
keys() |
Account |
put(Account source) |
void |
rebuild(Accounts source) |
int |
size() |
public void clear()
public Account getById(long value)
id - public boolean isEmpty()
public boolean isNotEmpty()
public java.util.Iterator<Account> iterator()
iterator in interface java.lang.Iterable<Account>public java.util.Set<java.lang.Long> keys()
public void rebuild(Accounts source)
source - public int size()