Package cs1302.gen


package cs1302.gen
Provides interfaces for generic data types.

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

  • Class
    Description
    Node<Type>
    A node for an item in a linked list data structure.
    Queue<T,Q extends Queue<T,Q>>
    Represents a standard queue.
    An abstract data type that defines urgency-based queue operations.