|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.domian.repository.HashSetRepository.HashSetRepositoryIterator<V,T> net.sourceforge.domian.repository.InMemoryRepository.InMemoryRepositoryIterator<V,T>
protected static class InMemoryRepository.InMemoryRepositoryIterator<V extends Entity,T extends Entity>
Inner iterator class for InMemoryRepository
.
Field Summary | |
---|---|
protected InMemoryRepository<T> |
repository
|
Fields inherited from class net.sourceforge.domian.repository.HashSetRepository.HashSetRepositoryIterator |
---|
currentEntity, entityIterator, nextEntity, nextIsInvoked, removeIsInvoked, specification |
Constructor Summary | |
---|---|
protected |
InMemoryRepository.InMemoryRepositoryIterator()
|
protected |
InMemoryRepository.InMemoryRepositoryIterator(InMemoryRepository<T> repository,
Specification<V> specification)
|
Method Summary | |
---|---|
void |
remove()
|
Methods inherited from class net.sourceforge.domian.repository.HashSetRepository.HashSetRepositoryIterator |
---|
findNextEntity, hasNext, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected InMemoryRepository<T extends Entity> repository
Constructor Detail |
---|
protected InMemoryRepository.InMemoryRepositoryIterator()
protected InMemoryRepository.InMemoryRepositoryIterator(InMemoryRepository<T> repository, Specification<V> specification)
Method Detail |
---|
public void remove()
remove
in interface java.util.Iterator<V extends Entity>
remove
in class HashSetRepository.HashSetRepositoryIterator<V extends Entity,T extends Entity>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |