package util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
ByteBufferMonad[M[_]] extends Monad[M]
A
Monadfor working withByteBuffers. - final class ByteBufferPool extends AnyRef
- trait FileLock extends AnyRef
- class FileLockException extends Exception
- class IdGen extends AnyRef
-
final
class
Identifier extends AnyRef
Opaque symbolic identifier (like Int, but better!).
- final case class IntCons(head: Int, tail: IntList) extends IntList with Product with Serializable
- sealed trait IntList extends LinearSeq[Int] with LinearSeqOptimized[Int, IntList]
- final class IntListBuilder extends Builder[Int, IntList]
- class MapPimp[A, B, CC[B] <: GenTraversable[B]] extends AnyRef
-
trait
MapUtils extends AnyRef
Implicit container trait
-
final
class
RingDeque[A] extends AnyRef
Unchecked and unboxed (fast!) deque implementation with a fixed bound.
Unchecked and unboxed (fast!) deque implementation with a fixed bound. None of the operations on this datastructure are checked for bounds. You are trusted to get this right on your own. If you do something weird, you could end up overwriting data, reading old results, etc. Don't do that.
No objects were allocated in the making of this film.
- case class VectorClock(map: Map[Int, Int]) extends Product with Serializable
- trait VectorClockSerialization extends AnyRef
Value Members
- object BitSetUtil
- object ByteBufferPool
- object DateTimeUtil
- object FileLock
- object IOUtils extends Logging
- object IdGen extends IdGen
- object IntList
- object IntNil extends IntList with Product with Serializable
- object NumericComparisons
- object RawBitSet
- object VectorClock extends VectorClockSerialization with Serializable