Uses of Interface
org.ckkloverdos.string.IToStringAware

Packages that use IToStringAware
org.ckkloverdos.collection   
org.ckkloverdos.resource   
org.ckkloverdos.string   
org.ckkloverdos.type.java   
org.ckkloverdos.util   
 

Uses of IToStringAware in org.ckkloverdos.collection
 

Subinterfaces of IToStringAware in org.ckkloverdos.collection
 interface IL
          A generalized list with several element-processing methods, mainly influenced by functional-oriented programming.
 

Classes in org.ckkloverdos.collection that implement IToStringAware
 class CollectionProxy
          Utility class to uniformly handle collections and object arrays.
 class IntArray
          Fast dynamic array of int primitives.
 class L
          Basic implementation of IL.
 

Uses of IToStringAware in org.ckkloverdos.resource
 

Classes in org.ckkloverdos.resource that implement IToStringAware
 class ClassLoaderResource
          A resource obtained from a class loader.
 class ClassLoaderResourceContext
          Classloader-based resource context.
 class CompositeResourceContext
          A composite resource context which uses other context to resolve resources.
 class FileResource
          File-based resource.
 class FileResourceContext
          Filesystem-based resource context.
 

Uses of IToStringAware in org.ckkloverdos.string
 

Subinterfaces of IToStringAware in org.ckkloverdos.string
 interface IPrepareToStringAware
          Gives the ability to alter the state of a IToStringAware implementation, just before the toStringAware(ToString) call is performed.
 

Uses of IToStringAware in org.ckkloverdos.type.java
 

Classes in org.ckkloverdos.type.java that implement IToStringAware
 class JavaTypeRegistry
          A JavaType registry, able to remember type aliases.
 

Uses of IToStringAware in org.ckkloverdos.util
 

Classes in org.ckkloverdos.util that implement IToStringAware
 class CompositeClassLoader
          An extensible classloader that delegates class loading to a list of other class loaders.
 



Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.