jdsl.core.ref
Interface ToString.PositionToString

All Known Implementing Classes:
ToString.PositionWritesElementOnly
Enclosing class:
ToString

public static interface ToString.PositionToString

Way to parametrize the stringifying of a position, within the stringifying of a container. For instance, you could write the position's address, or some introductory string and then the element, or just the element.

See Also:
ToString.PositionWritesElementOnly

Method Summary
 java.lang.String stringfor(Position pos)
           
 

Method Detail

stringfor

public java.lang.String stringfor(Position pos)