Uses of Interface
com.db4o.foundation.Iterable4
-
Packages that use Iterable4 Package Description com.db4o.cs.internal com.db4o.ext com.db4o.foundation com.db4o.internal com.db4o.internal.fieldindex com.db4o.internal.query.processor com.db4o.internal.query.result -
-
Uses of Iterable4 in com.db4o.cs.internal
Classes in com.db4o.cs.internal that implement Iterable4 Modifier and Type Class Description classClientQueryResultclassLazyClientQueryResult -
Uses of Iterable4 in com.db4o.ext
Subinterfaces of Iterable4 in com.db4o.ext Modifier and Type Interface Description interfaceObjectInfoCollectionInterface to an iterable collectionObjectInfoobjects.
ObjectInfoCollection is used reference a number of stored objects. -
Uses of Iterable4 in com.db4o.foundation
Subinterfaces of Iterable4 in com.db4o.foundation Modifier and Type Interface Description interfaceSequence4<T>interfaceSet4<T>Classes in com.db4o.foundation that implement Iterable4 Modifier and Type Class Description classCircularBuffer4<T>A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.classCircularIntBuffer4A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.classCircularLongBuffer4A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.classCollection4<T>Fast linked list for all usecases.classCompositeIterable4classHashSet4classIdentitySet4classIntArrayListclassJdkCollectionIterable4Fields in com.db4o.foundation declared as Iterable4 Modifier and Type Field Description static Iterable4Iterators. EMPTY_ITERABLEMethods in com.db4o.foundation that return Iterable4 Modifier and Type Method Description static Iterable4Iterators. append(Iterable4 front, java.lang.Object last)static Iterable4Iterators. concat(Iterable4 iterables)static Iterable4Iterators. concat(Iterable4... iterables)static Iterable4Iterators. concatMap(Iterable4 iterable, Function4 function)static Iterable4Iterators. crossProduct(Iterable4 iterables)static Iterable4Iterators. crossProduct(Iterable4... iterables)static Iterable4Iterators. enumerate(Iterable4 iterable)GeneratesEnumerateIterator.Tupleitems with indexes starting at 0.static Iterable4Iterators. filter(Iterable4 source, Predicate4 predicate)static Iterable4Iterators. iterable(Iterator4 iterator)static <T> Iterable4Iterators. iterable(T... objects)static Iterable4Iterators. map(Iterable4 iterable, Function4 function)static <T> Iterable4<T>Iterators. series(T seed, Function4<T,T> function)static Iterable4Iterators. singletonIterable(java.lang.Object element)Iterable4HashtableBase. values()Iterable4Map4. values()Methods in com.db4o.foundation with parameters of type Iterable4 Modifier and Type Method Description voidCollection4. addAll(Iterable4<T> other)voidSequence4. addAll(Iterable4<T> iterable)static Iterable4Iterators. append(Iterable4 front, java.lang.Object last)static Iterable4Iterators. concat(Iterable4 iterables)static Iterable4Iterators. concat(Iterable4... iterables)static Iterable4Iterators. concatMap(Iterable4 iterable, Function4 function)booleanCollection4. containsAll(Iterable4<T> iter)booleanSequence4. containsAll(Iterable4<T> iter)booleanHashtable4. containsAllKeys(Iterable4 collection)static Iterable4Iterators. crossProduct(Iterable4 iterables)static Iterable4Iterators. crossProduct(Iterable4... iterables)static Iterable4Iterators. enumerate(Iterable4 iterable)GeneratesEnumerateIterator.Tupleitems with indexes starting at 0.static Iterable4Iterators. filter(Iterable4 source, Predicate4 predicate)static Iterator4Iterators. iterator(Iterable4 iterable)static java.lang.StringIterators. join(Iterable4 i, java.lang.String separator)static Iterable4Iterators. map(Iterable4 iterable, Function4 function)voidCollection4. removeAll(Iterable4<T> iterable)Removes all the elements from this collection that are returned by iterable.static intIterators. size(Iterable4 iterable)static java.lang.StringIterators. toString(Iterable4 i)Constructors in com.db4o.foundation with parameters of type Iterable4 Constructor Description Collection4(Iterable4<T> other)CompositeIterable4(Iterable4 iterables)IntIterator4Adaptor(Iterable4 iterable)Iterable4Adaptor(Iterable4 delegate_) -
Uses of Iterable4 in com.db4o.internal
Classes in com.db4o.internal that implement Iterable4 Modifier and Type Class Description classObjectInfoCollectionImplFields in com.db4o.internal declared as Iterable4 Modifier and Type Field Description Iterable4ObjectInfoCollectionImpl. _collectionConstructors in com.db4o.internal with parameters of type Iterable4 Constructor Description ObjectInfoCollectionImpl(Iterable4 collection) -
Uses of Iterable4 in com.db4o.internal.fieldindex
Subinterfaces of Iterable4 in com.db4o.internal.fieldindex Modifier and Type Interface Description interfaceIndexedNodeinterfaceIndexedNodeWithRangeClasses in com.db4o.internal.fieldindex that implement Iterable4 Modifier and Type Class Description classAndIndexedLeafclassIndexedLeafclassIndexedNodeBaseclassIndexedPathclassJoinedLeafclassOrIndexedLeaf -
Uses of Iterable4 in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor that return Iterable4 Modifier and Type Method Description Iterable4QEMulti. evaluators() -
Uses of Iterable4 in com.db4o.internal.query.result
Subinterfaces of Iterable4 in com.db4o.internal.query.result Modifier and Type Interface Description interfaceQueryResultClasses in com.db4o.internal.query.result that implement Iterable4 Modifier and Type Class Description classAbstractLateQueryResultclassAbstractQueryResultclassHybridQueryResultclassIdListQueryResultclassIdTreeQueryResultclassLazyQueryResultclassSnapShotQueryResultclassStatefulQueryResultFields in com.db4o.internal.query.result declared as Iterable4 Modifier and Type Field Description protected Iterable4AbstractLateQueryResult. _iterableMethods in com.db4o.internal.query.result that return Iterable4 Modifier and Type Method Description protected Iterable4AbstractLateQueryResult. classIndexesIterable(ClassMetadataIterator classCollectionIterator)protected Iterable4AbstractLateQueryResult. classIndexIterable(ClassMetadata clazz)
-