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 class
ClientQueryResult
class
LazyClientQueryResult
-
Uses of Iterable4 in com.db4o.ext
Subinterfaces of Iterable4 in com.db4o.ext Modifier and Type Interface Description interface
ObjectInfoCollection
Interface to an iterable collectionObjectInfo
objects.
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 interface
Sequence4<T>
interface
Set4<T>
Classes in com.db4o.foundation that implement Iterable4 Modifier and Type Class Description class
CircularBuffer4<T>
A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.class
CircularIntBuffer4
A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.class
CircularLongBuffer4
A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.class
Collection4<T>
Fast linked list for all usecases.class
CompositeIterable4
class
HashSet4
class
IdentitySet4
class
IntArrayList
class
JdkCollectionIterable4
Fields in com.db4o.foundation declared as Iterable4 Modifier and Type Field Description static Iterable4
Iterators. EMPTY_ITERABLE
Methods in com.db4o.foundation that return Iterable4 Modifier and Type Method Description static Iterable4
Iterators. append(Iterable4 front, java.lang.Object last)
static Iterable4
Iterators. concat(Iterable4 iterables)
static Iterable4
Iterators. concat(Iterable4... iterables)
static Iterable4
Iterators. concatMap(Iterable4 iterable, Function4 function)
static Iterable4
Iterators. crossProduct(Iterable4 iterables)
static Iterable4
Iterators. crossProduct(Iterable4... iterables)
static Iterable4
Iterators. enumerate(Iterable4 iterable)
GeneratesEnumerateIterator.Tuple
items with indexes starting at 0.static Iterable4
Iterators. filter(Iterable4 source, Predicate4 predicate)
static Iterable4
Iterators. iterable(Iterator4 iterator)
static <T> Iterable4
Iterators. iterable(T... objects)
static Iterable4
Iterators. map(Iterable4 iterable, Function4 function)
static <T> Iterable4<T>
Iterators. series(T seed, Function4<T,T> function)
static Iterable4
Iterators. singletonIterable(java.lang.Object element)
Iterable4
HashtableBase. values()
Iterable4
Map4. values()
Methods in com.db4o.foundation with parameters of type Iterable4 Modifier and Type Method Description void
Collection4. addAll(Iterable4<T> other)
void
Sequence4. addAll(Iterable4<T> iterable)
static Iterable4
Iterators. append(Iterable4 front, java.lang.Object last)
static Iterable4
Iterators. concat(Iterable4 iterables)
static Iterable4
Iterators. concat(Iterable4... iterables)
static Iterable4
Iterators. concatMap(Iterable4 iterable, Function4 function)
boolean
Collection4. containsAll(Iterable4<T> iter)
boolean
Sequence4. containsAll(Iterable4<T> iter)
boolean
Hashtable4. containsAllKeys(Iterable4 collection)
static Iterable4
Iterators. crossProduct(Iterable4 iterables)
static Iterable4
Iterators. crossProduct(Iterable4... iterables)
static Iterable4
Iterators. enumerate(Iterable4 iterable)
GeneratesEnumerateIterator.Tuple
items with indexes starting at 0.static Iterable4
Iterators. filter(Iterable4 source, Predicate4 predicate)
static Iterator4
Iterators. iterator(Iterable4 iterable)
static java.lang.String
Iterators. join(Iterable4 i, java.lang.String separator)
static Iterable4
Iterators. map(Iterable4 iterable, Function4 function)
void
Collection4. removeAll(Iterable4<T> iterable)
Removes all the elements from this collection that are returned by iterable.static int
Iterators. size(Iterable4 iterable)
static java.lang.String
Iterators. 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 class
ObjectInfoCollectionImpl
Fields in com.db4o.internal declared as Iterable4 Modifier and Type Field Description Iterable4
ObjectInfoCollectionImpl. _collection
Constructors 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 interface
IndexedNode
interface
IndexedNodeWithRange
Classes in com.db4o.internal.fieldindex that implement Iterable4 Modifier and Type Class Description class
AndIndexedLeaf
class
IndexedLeaf
class
IndexedNodeBase
class
IndexedPath
class
JoinedLeaf
class
OrIndexedLeaf
-
Uses of Iterable4 in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor that return Iterable4 Modifier and Type Method Description Iterable4
QEMulti. evaluators()
-
Uses of Iterable4 in com.db4o.internal.query.result
Subinterfaces of Iterable4 in com.db4o.internal.query.result Modifier and Type Interface Description interface
QueryResult
Classes in com.db4o.internal.query.result that implement Iterable4 Modifier and Type Class Description class
AbstractLateQueryResult
class
AbstractQueryResult
class
HybridQueryResult
class
IdListQueryResult
class
IdTreeQueryResult
class
LazyQueryResult
class
SnapShotQueryResult
class
StatefulQueryResult
Fields in com.db4o.internal.query.result declared as Iterable4 Modifier and Type Field Description protected Iterable4
AbstractLateQueryResult. _iterable
Methods in com.db4o.internal.query.result that return Iterable4 Modifier and Type Method Description protected Iterable4
AbstractLateQueryResult. classIndexesIterable(ClassMetadataIterator classCollectionIterator)
protected Iterable4
AbstractLateQueryResult. classIndexIterable(ClassMetadata clazz)
-