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 classLazyClientIdIteratorMethods in com.db4o.cs.internal that return Iterator4 Modifier and Type Method Description static Iterator4ClientServerPlatform. createClientQueryResultIterator(AbstractQueryResult result)The defaultClientQueryResultIteratorfor this platform.Iterator4ObjectServerImpl. iterateDispatchers()Iterator4ClientQueryResult. iterator()Iterator4LazyClientQueryResult. iterator()Methods in com.db4o.cs.internal with parameters of type Iterator4 Modifier and Type Method Description voidLazyClientIdIterator. loadFromIdReader(Iterator4 ids)voidLazyClientQueryResult. loadFromIdReader(Iterator4 reader)voidClientObjectContainer. 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 MsgDMsgD. 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 classFixedSizeIntIterator4BaseMethods 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 interfaceFixedSizeIntIterator4interfaceIntIterator4Classes in com.db4o.foundation that implement Iterator4 Modifier and Type Class Description classAbstractTreeIteratorclassArrayIterator4classCollection4IteratorclassCompositeIterator4classEnumerateIteratorclassFilteredIteratorclassFlatteningIteratorclassFunctionApplicationIteratorclassHashtableIteratorclassIndexedIteratorBasic functionality for implementing iterators for fixed length structures whose elements can be efficiently accessed by a numeric index.classIntIterator4AdaptorclassIntIterator4ImplclassIterator4Impl<T>classMappingIteratorclassSingleValueIteratorclassSynchronizedIterator4classTreeKeyIteratorclassTreeNodeIteratorFields in com.db4o.foundation declared as Iterator4 Modifier and Type Field Description protected Iterator4CompositeIterator4. _currentIteratorprotected Iterator4CompositeIterator4. _iteratorsstatic Iterator4Iterators. EMPTY_ITERATORMethods in com.db4o.foundation that return Iterator4 Modifier and Type Method Description static Iterator4Iterators. concat(Iterator4 iterators)static Iterator4Iterators. concat(Iterator4... array)static Iterator4Iterators. concat(Iterator4 first, Iterator4 second)static Iterator4Iterators. copy(Iterator4 iterator)Iterator4CompositeIterator4. currentIterator()static Iterator4Iterators. filter(Iterator4 iterator, Predicate4 predicate)static <T> Iterator4<T>Iterators. filter(T[] array, Predicate4<T> predicate)static Iterator4Iterators. flatten(Iterator4 iterator)Yields a flat sequence of elements.static <T> Iterator4Iterators. iterate(List4 list)static <T> Iterator4Iterators. iterate(T... array)Iterator4<T>BlockingQueue. iterator()Iterator4CircularBuffer4. iterator()Iterator4CircularIntBuffer4. iterator()Iterator4CircularLongBuffer4. iterator()Iterator4<T>Collection4. iterator()Iterates through the collection in reversed insertion order which happens to be the fastest.Iterator4CompositeIterable4. iterator()Iterator4DelegatingBlockingQueue. iterator()Iterator4HashSet4. iterator()Iterator4Hashtable4. iterator()Iterates through all theentries.Iterator4IdentitySet4. iterator()Iterator4IntArrayList. iterator()Iterator4<T>Iterable4. iterator()static Iterator4Iterators. iterator(Iterable4 iterable)static <T> Iterator4Iterators. iterator(java.util.Collection<T> c)Iterator4JdkCollectionIterable4. iterator()Iterator4NoDuplicatesQueue. iterator()Iterator4<T>NonblockingQueue. iterator()Iterator4Queue4. iterator()Iterator4<T>Set4. iterator()Iterator4HashtableBase. keys()static Iterator4Iterators. 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 Iterator4Iterators. map(java.lang.Object[] array, Function4 function)protected Iterator4CompositeIterator4. nextIterator(java.lang.Object current)static Iterator4<java.lang.Integer>Iterators. range(int fromInclusive, int toExclusive)static <T> Iterator4Iterators. revert(Iterator4<T> iterator)static Iterator4Iterators. singletonIterator(java.lang.Object element)static <T> Iterator4<T>Iterators. take(int count, Iterator4<T> iterator)Iterator4HashtableBase. valuesIterator()Iterates through all the values.Methods in com.db4o.foundation with parameters of type Iterator4 Modifier and Type Method Description voidCollection4. addAll(Iterator4<T> iterator)voidSortedCollection4. addAll(Iterator4 iterator)static booleanIterators. any(Iterator4 iterator, Predicate4 condition)static Iterator4Iterators. concat(Iterator4 iterators)static Iterator4Iterators. concat(Iterator4... array)static Iterator4Iterators. concat(Iterator4 first, Iterator4 second)booleanCollection4. containsAll(Iterator4<T> iter)booleanHashtable4. containsAllKeys(Iterator4 iterator)static Iterator4Iterators. copy(Iterator4 iterator)static Iterator4Iterators. filter(Iterator4 iterator, Predicate4 predicate)static Iterator4Iterators. flatten(Iterator4 iterator)Yields a flat sequence of elements.static Iterable4Iterators. iterable(Iterator4 iterator)static java.lang.StringIterators. join(Iterator4 i, java.lang.String separator)static java.lang.StringIterators. join(Iterator4 i, java.lang.String prefix, java.lang.String suffix, java.lang.String separator)static Iterator4Iterators. 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.ObjectIterators. next(Iterator4 iterator)static <T> java.util.Iterator<T>Iterators. platformIterator(Iterator4 iterator)voidCollection4. removeAll(Iterator4<T> iterator)Removes all the elements from this collection that are returned by iterator.static <T> Iterator4Iterators. revert(Iterator4<T> iterator)static intIterators. 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.StringIterators. 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 classClassMetadataIteratorMethods in com.db4o.internal that return Iterator4 Modifier and Type Method Description Iterator4Config4Impl. configurationItemsIterator()Returns an iterator for allConfigurationIteminstances added.Iterator4ClassMetadataRepository. ids()Iterator4ObjectInfoCollectionImpl. iterator()Iterator4QueryResultIteratorFactory. newInstance(AbstractQueryResult result)Methods in com.db4o.internal with parameters of type Iterator4 Modifier and Type Method Description voidInternalObjectContainer. storeAll(Transaction trans, Iterator4 objects)voidObjectContainerBase. storeAll(Transaction transaction, Iterator4 objects)voidObjectContainerBase. storeAll(Transaction transaction, Iterator4 objects, UpdateDepth depth)voidObjectContainerSession. 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 classAbstractBTreeRangeIteratorclassBTreeIteratorclassBTreeRangePointerIteratorMethods in com.db4o.internal.btree that return Iterator4 Modifier and Type Method Description Iterator4BTree. allNodeIds(Transaction systemTrans)Iterator4BTree. iterator(Transaction trans)Iterator4BTreeRange. keys()Iterator4BTreeRangeSingle. keys()Iterator4BTreeRangeUnion. keys()Iterator4BTreeRange. pointers()Iterates through all the valid pointers in this range.Iterator4BTreeRangeSingle. pointers()Iterator4BTreeRangeUnion. pointers()Iterator4BTreeRangeUnion. ranges() -
Uses of Iterator4 in com.db4o.internal.classindex
Methods in com.db4o.internal.classindex that return Iterator4 Modifier and Type Method Description Iterator4BTreeClassIndexStrategy. allSlotIDs(Transaction trans)Iterator4ClassIndexStrategy. allSlotIDs(Transaction trans)static Iterator4BTreeClassIndexStrategy. 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 Iterator4FieldIndexProcessor. collectIndexedNodes()Iterator4IndexedNodeCollector. getNodes()Iterator4FieldIndexProcessorResult. iterateIDs()Iterator4IndexedLeaf. iterator()Iterator4IndexedPath. iterator()Iterator4JoinedLeaf. 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 classMultidimensionalArrayIteratorMethods in com.db4o.internal.handlers.array that return Iterator4 Modifier and Type Method Description Iterator4ArrayHandler. allElements(ObjectContainerBase container, java.lang.Object a_object)static Iterator4ArrayHandler. allElements(ReflectArray reflectArray, java.lang.Object array)Iterator4MultidimensionalArrayHandler. allElements(ObjectContainerBase container, java.lang.Object array)static Iterator4MultidimensionalArrayHandler. allElementsMultidimensional(ReflectArray reflectArray, java.lang.Object array)static Iterator4ArrayHandler. 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 Iterator4IdObjectCollector. objects()Iterator4QueryingReadContext. 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 Iterator4QCandidates. executeLazy(Collection4 executionPath)Iterator4QQueryBase. executeLazy()Iterator4QCandidates. executeSnapshot(Collection4 executionPath)Iterator4QQueryBase. executeSnapshot()Iterator4QCon. iterateChildren()Iterator4QCandidates. iterateConstraints()Iterator4QQueryBase. iterateConstraints()Iterator4QCon. 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 Iterator4AbstractLateQueryResult. classIndexIterator(ClassMetadata clazz)Iterator4StatefulQueryResult. iterateIDs()Iterator4AbstractQueryResult. iterator()Iterator4HybridQueryResult. iterator()Iterator4StatefulQueryResult. iterator()protected Iterator4AbstractQueryResult. skip(Iterator4 source)Methods in com.db4o.internal.query.result with parameters of type Iterator4 Modifier and Type Method Description voidAbstractQueryResult. loadFromIdReader(Iterator4 ids)voidHybridQueryResult. loadFromIdReader(Iterator4 reader)voidIdListQueryResult. loadFromIdReader(Iterator4 ids)protected Iterator4AbstractQueryResult. 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 Iterator4KnownClassesRepository. classes()Iterator4GenericArray. iterator()
-