Click or drag to resize

IDeque Interface

Interface of a Double Ended Queue. (Why is there none in the .NET collection library?)

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public interface IDeque : ICollection, IEnumerable, 
	ICloneable

The IDeque type exposes the following members.

Properties
 NameDescription
Public propertyBack 
Public propertyFront 
Public propertyIsEmpty 
Public propertyItem 
Top
Methods
See Also