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.ByteString1$  
ByteString.ByteString1C A compact (unsliced) and unfragmented ByteString, implementation of ByteString1C.
ByteString.ByteString1C$  
ByteString.ByteStrings A ByteString with 2 or more fragments.
ByteString.ByteStrings$  
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.
Collections INTERNAL API
Collections.EmptyImmutableSeq$  
Collections.PartialImmutableValuesIterable<From,To>  
Collections$ INTERNAL API
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.ConfigOps$  
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  
Reflect Collection of internal reflection utilities which may or may not be available (most services specific to HotSpot, but fails gracefully).
Reflect$ Collection of internal reflection utilities which may or may not be available (most services specific to HotSpot, but fails gracefully).
SerializedSuspendableExecutionContext$  
SubclassifiedIndex$  
Switch An atomic switch that can be either on or off
Switch$  
Timeout  
Timeout$ A Timeout is a wrapper on top of Duration to be more specific about what the duration means.
Unsafe INTERNAL API
WildcardTree$