|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.OldMetaDataIterator<N,O>
N
- the new typeO
- the old type
@Deprecated public class OldMetaDataIterator<N,O extends OldMetaData<N>>
OldMetaDataIterator.
Constructor Summary | |
---|---|
OldMetaDataIterator(Iterable<? extends N> collection,
Class<N> newClass,
Class<O> oldClass)
Deprecated. Create a new OldMetaDataIterator. |
Method Summary | |
---|---|
boolean |
hasNext()
Deprecated. |
O |
next()
Deprecated. |
void |
remove()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OldMetaDataIterator(Iterable<? extends N> collection, Class<N> newClass, Class<O> oldClass)
collection
- the new CollectionnewClass
- the new classoldClass
- the old classMethod Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<O extends OldMetaData<N>>
public O next()
next
in interface Iterator<O extends OldMetaData<N>>
public void remove()
remove
in interface Iterator<O extends OldMetaData<N>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |