Packages

final class SimpleRing[T] extends AnyRef

Note: This class is not thread-safe!

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleRing
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleRing(capacity: Int)(implicit arg0: ClassTag[T])

Value Members

  1. val capacity: Int
  2. def dequeue(): Option[T]
  3. def enqueue(elem: T): Int
  4. def equals(that: Any): Boolean
    Definition Classes
    SimpleRing → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    SimpleRing → AnyRef → Any
  6. def toArray(): Array[T]