|
Class Summary |
| ClearRequest |
|
| ContainsRequest |
|
| ContainsResponse |
HashContainer ContainsResult, three options
1) found = true, possibles = null ( successfully found (exact match))
2) found = false, possibles = null ( definately not in set )
3) added = false, possibles != null ( uncertain, possible matches returned ) |
| RemoveRequest |
|
| RemoveResponse |
HashContainer ContainsResult, three options
1) removed = true, possibles = null ( successfully found and removed (exact match))
2) removed = false, possibles = null ( definately not found, no action )
3) removed = false, possibles != null ( uncertain, possible matches returned ) |
| SizeRequest |
|
| SizeResponse |
HashContainer ContainsResult, three options
1) found = true, possibles = null ( successfully found (exact match))
2) found = false, possibles = null ( definately not in set )
3) added = false, possibles != null ( uncertain, possible matches returned ) |
| StoredValue |
A encodable value that carries its hashcode outside itself. |
| ToArrayRequest |
|
| ToArrayResponse |
|
| VoidResponse |
|