com.devexperts.qd.util
Interface SymbolObjectVisitor<T>


public interface SymbolObjectVisitor<T>

Visitor interface for SymbolObjectMap entries.


Method Summary
 boolean hasCapacity()
          Returns whether visitor has capacity to efficiently visit next record.
 void visitEntry(int cipher, java.lang.String symbol, T value)
          Visits SymbolObjectMap entry.
 

Method Detail

hasCapacity

boolean hasCapacity()
Returns whether visitor has capacity to efficiently visit next record.


visitEntry

void visitEntry(int cipher,
                java.lang.String symbol,
                T value)
Visits SymbolObjectMap entry.