uka.util
Interface Printable

All Known Implementing Classes:
ArrayPermutation, BooleanIDMap, BooleanOpenHashSet, BooleanQueue, ByteIDMap, ByteOpenHashSet, ByteQueue, CharIDMap, CharOpenHashSet, CharQueue, DeepClone, DenseIDSpace, DoubleIDMap, DoubleOpenHashSet, DoubleQueue, FloatIDMap, FloatOpenHashSet, FloatQueue, IDMap, IntIDMap, IntIntHashBijection, IntObjectHashBijection, IntOpenHashSet, IntQueue, IntSparseIDMap, LongIDMap, LongOpenHashSet, LongQueue, uka.graph.Message, ObjectObjectHashBijection, OpenHashSet, PartitionedObjectSpace.SubSpace, PatchAdapterImpl, Queue, ReplicatedObject, ReplicatedServerRef, ShortIDMap, ShortOpenHashSet, ShortQueue, SimpleObjectSpace, SparseIDMap, ToString.Struct

public interface Printable


Method Summary
 void appendTo(ToString s)
          This method should append the contents of each instance variable of the current object to the given ToString object.
 

Method Detail

appendTo

public void appendTo(ToString s)
This method should append the contents of each instance variable of the current object to the given ToString object. The appended data should be labeled with the name of the corresponding instance variable.

See Also:
ToString, ToString.append(String, Object), ToString.append(String, boolean), ToString.append(String, byte), ToString.append(String, int)