jdsl.core.ref
Class ToString.LocatorCollectionsStyle

java.lang.Object
  extended byjdsl.core.ref.ToString.LocatorCollectionsStyle
All Implemented Interfaces:
ToString.LocatorToString
Enclosing class:
ToString

public static class ToString.LocatorCollectionsStyle
extends Object
implements ToString.LocatorToString

Stringifies a locator in the Java Collections style: (key)=(element).


Constructor Summary
ToString.LocatorCollectionsStyle()
           
 
Method Summary
 String stringfor(Locator loc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToString.LocatorCollectionsStyle

public ToString.LocatorCollectionsStyle()
Method Detail

stringfor

public String stringfor(Locator loc)
Specified by:
stringfor in interface ToString.LocatorToString