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 char
charAt(int ix)
boolean
equals(Object o)
int
hashCode()
int
length()
CharSequence
subSequence(int from, int to)
String
toString()
-
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:
length
in interfaceCharSequence
-
charAt
public char charAt(int ix)
- Specified by:
charAt
in interfaceCharSequence
-
subSequence
public CharSequence subSequence(int from, int to)
- Specified by:
subSequence
in interfaceCharSequence
-
toString
public String toString()
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
-