NevronOpenVision
Nevron.Nov.DataStructures Namespace / NDeque<T> Class


In This Topic
NDeque<T> Class Methods
In This Topic

For a list of all members of this type, see NDeque<T> members.

Public Methods
 NameDescription
Public MethodReturns the last item from the deque, without removing it.  
Public MethodReturns the first item from the deque, without removing it.  
Public MethodRemoves and returns the last item from the deque.  
Public MethodRemoves and returns the first item from the deque.  
Public MethodPushes the item at the back of the deque (makes it the last item in the deque)  
Public MethodPushes the item at the front of the deque (makes it the first item in the deque)  
Top
See Also