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 TypeMethodDescriptionchar
charAt
(int ix) boolean
int
hashCode()
int
length()
subSequence
(int from, int to) 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, isEmpty
-
Constructor Details
-
ClassName
-
-
Method Details
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int ix) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
hashCode
public int hashCode() -
equals
-