Package org.picocontainer.classname
Class ClassName
- java.lang.Object
-
- org.picocontainer.classname.ClassName
-
- All Implemented Interfaces:
CharSequence
public class ClassName extends Object implements CharSequence
ClassName is a simple wrapper for a class name which is used as a key in the registration of components in PicoContainer.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charcharAt(int ix)booleanequals(Object o)inthashCode()intlength()CharSequencesubSequence(int from, int to)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-
-
-
Constructor Detail
-
ClassName
public ClassName(String className)
-
-
Method Detail
-
length
public int length()
- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int ix)
- Specified by:
charAtin interfaceCharSequence
-
subSequence
public CharSequence subSequence(int from, int to)
- Specified by:
subSequencein interfaceCharSequence
-
toString
public String toString()
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
-