Package akka.util

Interface Summary
Subclassification<K> Typeclass which describes a classification hierarchy.
 

Class Summary
BoundedBlockingQueue<E> BoundedBlockingQueue wraps any Queue and turns the result into a BlockingQueue with a limited capacity
BoxedType  
BoxedType$  
ByteIterator An iterator over a ByteString.
ByteIterator.ByteArrayIterator  
ByteIterator.ByteArrayIterator$  
ByteIterator.MultiByteArrayIterator  
ByteIterator.MultiByteArrayIterator$  
ByteIterator$  
ByteString A rope-like immutable data structure containing bytes.
ByteString.ByteString1 An unfragmented ByteString.
ByteString.ByteString1C A compact (unsliced) and unfragmented ByteString, implementation of ByteString1C.
ByteString.ByteStrings A ByteString with 2 or more fragments.
ByteString$  
ByteStringBuilder A mutable builder for efficiently creating a ByteString.
ClassLoaderObjectInputStream ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls back to ObjectInputStreams resolver.
CompactByteString A compact ByteString.
CompactByteString$  
ConcurrentMultiMap<K,V> An implementation of a ConcurrentMultiMap Adds/remove is serialized over the specified key Reads are fully concurrent <-- el-cheapo
Crypt  
Crypt$  
HashCode Set of methods which allow easy implementation of hashCode.
HashCode$ Set of methods which allow easy implementation of hashCode.
Helpers  
Helpers.Requiring<A> Implicit class providing requiring methods.
Helpers.Requiring$  
Helpers$  
Index<K,V> An implementation of a ConcurrentMultiMap Adds/remove is serialized over the specified key Reads are fully concurrent <-- el-cheapo
ReentrantGuard  
Switch An atomic switch that can be either on or off
Switch$  
Timeout  
Timeout$  
Unsafe INTERNAL API