DelegatingBlockingQueue Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Foundation
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IBlockingQueue4"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IBlockingQueue4" Type-.->Interface1["IQueue4"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IQueue4" Type["DelegatingBlockingQueue"] class Type type-node

Syntax

public class DelegatingBlockingQueue : IBlockingQueue4, IQueue4

Constructors

Methods

Name Value Summary
Add(Object) void
DrainTo(Collection4) int
HasNext() bool
Iterator() IEnumerator
Next() Object
Next(long) Object
NextMatching(IPredicate4) Object
Stop() void