|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<E>
java.util.Stack<ConfigurationClass>
org.springframework.context.annotation.ConfigurationClassParser.ImportStack
private static class ConfigurationClassParser.ImportStack
| Field Summary |
|---|
| Fields inherited from class java.util.Vector |
|---|
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
private |
ConfigurationClassParser.ImportStack()
|
| Method Summary | |
|---|---|
boolean |
contains(java.lang.Object elem)
Simplified contains() implementation that tests to see if any ConfigurationClass
exists within this stack that has the same name as elem. |
java.lang.String |
toString()
Given a stack containing (in order) com.acme.Foo com.acme.Bar com.acme.Baz Returns "Foo->Bar->Baz". |
| Methods inherited from class java.util.Stack |
|---|
empty, peek, pop, push, search |
| Methods inherited from class java.util.Vector |
|---|
add, add, addAll, addAll, addElement, capacity, clear, clone, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
private ConfigurationClassParser.ImportStack()
| Method Detail |
|---|
public boolean contains(java.lang.Object elem)
ConfigurationClass
exists within this stack that has the same name as elem. Elem must be of
type ConfigurationClass.
contains in interface java.util.Collection<ConfigurationClass>contains in interface java.util.List<ConfigurationClass>contains in class java.util.Vector<ConfigurationClass>public java.lang.String toString()
toString in class java.util.Vector<ConfigurationClass>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||