Uses of Interface
com.db4o.foundation.Iterator4
-
-
Uses of Iterator4 in com.db4o.cs.internal
Classes in com.db4o.cs.internal that implement Iterator4 Modifier and Type Class Description class
LazyClientIdIterator
Methods in com.db4o.cs.internal that return Iterator4 Modifier and Type Method Description static Iterator4
ClientServerPlatform. createClientQueryResultIterator(AbstractQueryResult result)
The defaultClientQueryResultIterator
for this platform.Iterator4
ObjectServerImpl. iterateDispatchers()
Iterator4
ClientQueryResult. iterator()
Iterator4
LazyClientQueryResult. iterator()
Methods in com.db4o.cs.internal with parameters of type Iterator4 Modifier and Type Method Description void
LazyClientIdIterator. loadFromIdReader(Iterator4 ids)
void
LazyClientQueryResult. loadFromIdReader(Iterator4 reader)
void
ClientObjectContainer. storeAll(Transaction transaction, Iterator4 objects)
-
Uses of Iterator4 in com.db4o.cs.internal.messages
Methods in com.db4o.cs.internal.messages with parameters of type Iterator4 Modifier and Type Method Description MsgD
MsgD. getWriterForIntSequence(Transaction trans, int length, Iterator4 iterator)
-
Uses of Iterator4 in com.db4o.cs.internal.objectexchange
Classes in com.db4o.cs.internal.objectexchange that implement Iterator4 Modifier and Type Class Description class
FixedSizeIntIterator4Base
Methods in com.db4o.cs.internal.objectexchange that return Iterator4 Modifier and Type Method Description Iterator4<Pair<java.lang.Integer,ByteArrayBuffer>>
CacheContributingObjectReader. buffers()
Iterator4<java.lang.Integer>
ReferenceCollector. referencesFrom(int id)
Iterator4<java.lang.Integer>
StandardReferenceCollector. referencesFrom(int id)
Methods in com.db4o.cs.internal.objectexchange with parameters of type Iterator4 Modifier and Type Method Description java.util.List<Pair<java.lang.Integer,Slot>>
SlotCollector. collect(Iterator4<java.lang.Integer> roots)
-
Uses of Iterator4 in com.db4o.foundation
Subinterfaces of Iterator4 in com.db4o.foundation Modifier and Type Interface Description interface
FixedSizeIntIterator4
interface
IntIterator4
Classes in com.db4o.foundation that implement Iterator4 Modifier and Type Class Description class
AbstractTreeIterator
class
ArrayIterator4
class
Collection4Iterator
class
CompositeIterator4
class
EnumerateIterator
class
FilteredIterator
class
FlatteningIterator
class
FunctionApplicationIterator
class
HashtableIterator
class
IndexedIterator
Basic functionality for implementing iterators for fixed length structures whose elements can be efficiently accessed by a numeric index.class
IntIterator4Adaptor
class
IntIterator4Impl
class
Iterator4Impl<T>
class
MappingIterator
class
SingleValueIterator
class
SynchronizedIterator4
class
TreeKeyIterator
class
TreeNodeIterator
Fields in com.db4o.foundation declared as Iterator4 Modifier and Type Field Description protected Iterator4
CompositeIterator4. _currentIterator
protected Iterator4
CompositeIterator4. _iterators
static Iterator4
Iterators. EMPTY_ITERATOR
Methods in com.db4o.foundation that return Iterator4 Modifier and Type Method Description static Iterator4
Iterators. concat(Iterator4 iterators)
static Iterator4
Iterators. concat(Iterator4... array)
static Iterator4
Iterators. concat(Iterator4 first, Iterator4 second)
static Iterator4
Iterators. copy(Iterator4 iterator)
Iterator4
CompositeIterator4. currentIterator()
static Iterator4
Iterators. filter(Iterator4 iterator, Predicate4 predicate)
static <T> Iterator4<T>
Iterators. filter(T[] array, Predicate4<T> predicate)
static Iterator4
Iterators. flatten(Iterator4 iterator)
Yields a flat sequence of elements.static <T> Iterator4
Iterators. iterate(List4 list)
static <T> Iterator4
Iterators. iterate(T... array)
Iterator4<T>
BlockingQueue. iterator()
Iterator4
CircularBuffer4. iterator()
Iterator4
CircularIntBuffer4. iterator()
Iterator4
CircularLongBuffer4. iterator()
Iterator4<T>
Collection4. iterator()
Iterates through the collection in reversed insertion order which happens to be the fastest.Iterator4
CompositeIterable4. iterator()
Iterator4
DelegatingBlockingQueue. iterator()
Iterator4
HashSet4. iterator()
Iterator4
Hashtable4. iterator()
Iterates through all theentries
.Iterator4
IdentitySet4. iterator()
Iterator4
IntArrayList. iterator()
Iterator4<T>
Iterable4. iterator()
static Iterator4
Iterators. iterator(Iterable4 iterable)
static <T> Iterator4
Iterators. iterator(java.util.Collection<T> c)
Iterator4
JdkCollectionIterable4. iterator()
Iterator4
NoDuplicatesQueue. iterator()
Iterator4<T>
NonblockingQueue. iterator()
Iterator4
Queue4. iterator()
Iterator4<T>
Set4. iterator()
Iterator4
HashtableBase. keys()
static Iterator4
Iterators. map(Iterator4 iterator, Function4 function)
Returns a new iterator which yields the result of applying the function to every element in the original iterator.static Iterator4
Iterators. map(java.lang.Object[] array, Function4 function)
protected Iterator4
CompositeIterator4. nextIterator(java.lang.Object current)
static Iterator4<java.lang.Integer>
Iterators. range(int fromInclusive, int toExclusive)
static <T> Iterator4
Iterators. revert(Iterator4<T> iterator)
static Iterator4
Iterators. singletonIterator(java.lang.Object element)
static <T> Iterator4<T>
Iterators. take(int count, Iterator4<T> iterator)
Iterator4
HashtableBase. valuesIterator()
Iterates through all the values.Methods in com.db4o.foundation with parameters of type Iterator4 Modifier and Type Method Description void
Collection4. addAll(Iterator4<T> iterator)
void
SortedCollection4. addAll(Iterator4 iterator)
static boolean
Iterators. any(Iterator4 iterator, Predicate4 condition)
static Iterator4
Iterators. concat(Iterator4 iterators)
static Iterator4
Iterators. concat(Iterator4... array)
static Iterator4
Iterators. concat(Iterator4 first, Iterator4 second)
boolean
Collection4. containsAll(Iterator4<T> iter)
boolean
Hashtable4. containsAllKeys(Iterator4 iterator)
static Iterator4
Iterators. copy(Iterator4 iterator)
static Iterator4
Iterators. filter(Iterator4 iterator, Predicate4 predicate)
static Iterator4
Iterators. flatten(Iterator4 iterator)
Yields a flat sequence of elements.static Iterable4
Iterators. iterable(Iterator4 iterator)
static java.lang.String
Iterators. join(Iterator4 i, java.lang.String separator)
static java.lang.String
Iterators. join(Iterator4 i, java.lang.String prefix, java.lang.String suffix, java.lang.String separator)
static Iterator4
Iterators. map(Iterator4 iterator, Function4 function)
Returns a new iterator which yields the result of applying the function to every element in the original iterator.static java.lang.Object
Iterators. next(Iterator4 iterator)
static <T> java.util.Iterator<T>
Iterators. platformIterator(Iterator4 iterator)
void
Collection4. removeAll(Iterator4<T> iterator)
Removes all the elements from this collection that are returned by iterator.static <T> Iterator4
Iterators. revert(Iterator4<T> iterator)
static int
Iterators. size(Iterator4 iterator)
static <T> Iterator4<T>
Iterators. take(int count, Iterator4<T> iterator)
static java.lang.Object[]
Iterators. toArray(Iterator4 tests)
static java.lang.Object[]
Iterators. toArray(Iterator4 tests, ArrayFactory factory)
static java.lang.String
Iterators. toString(Iterator4 i)
Constructors in com.db4o.foundation with parameters of type Iterator4 Constructor Description Collection4(Iterator4<T> iterator)
CompositeIterator4(Iterator4 iterators)
CompositeIterator4(Iterator4[] iterators)
EnumerateIterator(Iterator4 iterator)
FilteredIterator(Iterator4 iterator, Predicate4 filter)
FlatteningIterator(Iterator4 iterators)
FunctionApplicationIterator(Iterator4 iterator, Function4 function)
IntIterator4Adaptor(Iterator4 iterator)
Iterator4JdkIterator(Iterator4 i)
MappingIterator(Iterator4 iterator)
SynchronizedIterator4(Iterator4 delegate_, java.lang.Object lock)
-
Uses of Iterator4 in com.db4o.internal
Classes in com.db4o.internal that implement Iterator4 Modifier and Type Class Description class
ClassMetadataIterator
Methods in com.db4o.internal that return Iterator4 Modifier and Type Method Description Iterator4
Config4Impl. configurationItemsIterator()
Returns an iterator for allConfigurationItem
instances added.Iterator4
ClassMetadataRepository. ids()
Iterator4
ObjectInfoCollectionImpl. iterator()
Iterator4
QueryResultIteratorFactory. newInstance(AbstractQueryResult result)
Methods in com.db4o.internal with parameters of type Iterator4 Modifier and Type Method Description void
InternalObjectContainer. storeAll(Transaction trans, Iterator4 objects)
void
ObjectContainerBase. storeAll(Transaction transaction, Iterator4 objects)
void
ObjectContainerBase. storeAll(Transaction transaction, Iterator4 objects, UpdateDepth depth)
void
ObjectContainerSession. storeAll(Transaction transaction, Iterator4 objects)
-
Uses of Iterator4 in com.db4o.internal.btree
Classes in com.db4o.internal.btree that implement Iterator4 Modifier and Type Class Description class
AbstractBTreeRangeIterator
class
BTreeIterator
class
BTreeRangePointerIterator
Methods in com.db4o.internal.btree that return Iterator4 Modifier and Type Method Description Iterator4
BTree. allNodeIds(Transaction systemTrans)
Iterator4
BTree. iterator(Transaction trans)
Iterator4
BTreeRange. keys()
Iterator4
BTreeRangeSingle. keys()
Iterator4
BTreeRangeUnion. keys()
Iterator4
BTreeRange. pointers()
Iterates through all the valid pointers in this range.Iterator4
BTreeRangeSingle. pointers()
Iterator4
BTreeRangeUnion. pointers()
Iterator4
BTreeRangeUnion. ranges()
-
Uses of Iterator4 in com.db4o.internal.classindex
Methods in com.db4o.internal.classindex that return Iterator4 Modifier and Type Method Description Iterator4
BTreeClassIndexStrategy. allSlotIDs(Transaction trans)
Iterator4
ClassIndexStrategy. allSlotIDs(Transaction trans)
static Iterator4
BTreeClassIndexStrategy. iterate(ClassMetadata clazz, Transaction trans)
-
Uses of Iterator4 in com.db4o.internal.fieldindex
Methods in com.db4o.internal.fieldindex that return Iterator4 Modifier and Type Method Description Iterator4
FieldIndexProcessor. collectIndexedNodes()
Iterator4
IndexedNodeCollector. getNodes()
Iterator4
FieldIndexProcessorResult. iterateIDs()
Iterator4
IndexedLeaf. iterator()
Iterator4
IndexedPath. iterator()
Iterator4
JoinedLeaf. iterator()
-
Uses of Iterator4 in com.db4o.internal.handlers.array
Classes in com.db4o.internal.handlers.array that implement Iterator4 Modifier and Type Class Description class
MultidimensionalArrayIterator
Methods in com.db4o.internal.handlers.array that return Iterator4 Modifier and Type Method Description Iterator4
ArrayHandler. allElements(ObjectContainerBase container, java.lang.Object a_object)
static Iterator4
ArrayHandler. allElements(ReflectArray reflectArray, java.lang.Object array)
Iterator4
MultidimensionalArrayHandler. allElements(ObjectContainerBase container, java.lang.Object array)
static Iterator4
MultidimensionalArrayHandler. allElementsMultidimensional(ReflectArray reflectArray, java.lang.Object array)
static Iterator4
ArrayHandler. iterator(ReflectClass claxx, java.lang.Object obj)
-
Uses of Iterator4 in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return Iterator4 Modifier and Type Method Description Iterator4
IdObjectCollector. objects()
Iterator4
QueryingReadContext. objectsWithoutId()
-
Uses of Iterator4 in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor that return Iterator4 Modifier and Type Method Description Iterator4
QCandidates. executeLazy(Collection4 executionPath)
Iterator4
QQueryBase. executeLazy()
Iterator4
QCandidates. executeSnapshot(Collection4 executionPath)
Iterator4
QQueryBase. executeSnapshot()
Iterator4
QCon. iterateChildren()
Iterator4
QCandidates. iterateConstraints()
Iterator4
QQueryBase. iterateConstraints()
Iterator4
QCon. iterateJoins()
-
Uses of Iterator4 in com.db4o.internal.query.result
Methods in com.db4o.internal.query.result that return Iterator4 Modifier and Type Method Description Iterator4
AbstractLateQueryResult. classIndexIterator(ClassMetadata clazz)
Iterator4
StatefulQueryResult. iterateIDs()
Iterator4
AbstractQueryResult. iterator()
Iterator4
HybridQueryResult. iterator()
Iterator4
StatefulQueryResult. iterator()
protected Iterator4
AbstractQueryResult. skip(Iterator4 source)
Methods in com.db4o.internal.query.result with parameters of type Iterator4 Modifier and Type Method Description void
AbstractQueryResult. loadFromIdReader(Iterator4 ids)
void
HybridQueryResult. loadFromIdReader(Iterator4 reader)
void
IdListQueryResult. loadFromIdReader(Iterator4 ids)
protected Iterator4
AbstractQueryResult. skip(Iterator4 source)
-
Uses of Iterator4 in com.db4o.qlin
Methods in com.db4o.qlin that return Iterator4 Modifier and Type Method Description <T> Iterator4<java.lang.String>
Prototypes. backingFieldPath(ReflectClass claxx, java.lang.Object expression)
analyzes the passed expression and tries to find the path to the backing field that is accessed.<T> Iterator4<java.lang.String>
Prototypes. backingFieldPath(java.lang.Class<T> clazz, java.lang.Object expression)
analyzes the passed expression and tries to find the path to the backing field that is accessed.<T> Iterator4<java.lang.String>
Prototypes. backingFieldPath(java.lang.String className, java.lang.Object expression)
analyzes the passed expression and tries to find the path to the backing field that is accessed.static Iterator4<java.lang.String>
QLinSupport. backingFieldPath(java.lang.Object expression)
public for implementors, do not use directly -
Uses of Iterator4 in com.db4o.reflect.generic
Methods in com.db4o.reflect.generic that return Iterator4 Modifier and Type Method Description Iterator4
KnownClassesRepository. classes()
Iterator4
GenericArray. iterator()
-