| Constructor and Description |
|---|
AccountEmailIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Account |
getByEmail(java.lang.String value) |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
java.util.Iterator<Account> |
iterator() |
java.util.Set<java.lang.String> |
keys() |
Account |
put(Account source) |
void |
rebuild(Accounts source) |
int |
size() |
void |
update(Account source) |
public void clear()
public Account getByEmail(java.lang.String 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.String> keys()
public void rebuild(Accounts source)
source - public int size()
public void update(Account source)
account - oldEmail - newEmail -