public interface SymbolObjectVisitor<T>
SymbolObjectMap
entries.Modifier and Type | Method and Description |
---|---|
boolean |
hasCapacity()
Returns whether visitor has capacity to efficiently visit next record.
|
void |
visitEntry(int cipher,
String symbol,
T value)
Visits
SymbolObjectMap entry. |
boolean hasCapacity()
void visitEntry(int cipher, String symbol, T value)
SymbolObjectMap
entry.Copyright © 2002–2025 Devexperts LLC. All rights reserved.