Package org.picocontainer.classname
Class ClassName
java.lang.Object
org.picocontainer.classname.ClassName
- All Implemented Interfaces:
CharSequence
ClassName is a simple wrapper for a class name which is used as a key in
the registration of components in PicoContainer.
- Author:
- Paul Hammant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int ix) booleaninthashCode()intlength()subSequence(int from, int to) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
ClassName
-
-
Method Details
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int ix) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
hashCode
public int hashCode() -
equals
-