Package bamboo.util

Interface Summary
Curry.Function0<R>  
Curry.Function1<R,A1>  
Curry.Function2<R,A1,A2>  
Curry.Function3<R,A1,A2,A3>  
Curry.Function4<R,A1,A2,A3,A4>  
Curry.Function5<R,A1,A2,A3,A4,A5>  
Curry.Function6<R,A1,A2,A3,A4,A5,A6>  
Curry.Function7<R,A1,A2,A3,A4,A5,A6,A7>  
Curry.Function8<R,A1,A2,A3,A4,A5,A6,A7,A8>  
Curry.Function9<R,A1,A2,A3,A4,A5,A6,A7,A8,A9>  
Curry.Thunk1<A1>  
Curry.Thunk2<A1,A2>  
Curry.Thunk3<A1,A2,A3>  
Curry.Thunk4<A1,A2,A3,A4>  
Curry.Thunk5<A1,A2,A3,A4,A5>  
Curry.Thunk6<A1,A2,A3,A4,A5,A6>  
Curry.Thunk7<A1,A2,A3,A4,A5,A6,A7>  
Curry.Thunk8<A1,A2,A3,A4,A5,A6,A7,A8>  
Curry.Thunk9<A1,A2,A3,A4,A5,A6,A7,A8,A9>  
 

Class Summary
Certificate A QuickSerializable signed object.
Curry Parameterized function object types and currying functions, modeled on libasync's wrap function.
GetTimeOfDayCC Gets the cycle counter on Linux machines; to be used in situations where System.currentTimeMillis is no good because of NTP constantly resetting the clock, sometimes back in time (as on PlanetLab).
GuidTools GuidTools.
LruMap An set with an attached LRU ordering.
LruMap.MyIterator  
LruMap.Node  
MultipleByteBufferInputStream Wraps a java.nio.ByteBuffer in the ostore.util.InputBuffer interface.
Pair<T1,T2>  
PriorityQueue<Value,Priority extends Comparable<Priority>> A non-blocking priority queue.
RandomUtil  
StandardStage Implements functionality common to most stages.
StreamInputBuffer Wraps a java.io.InputStream in the ostore.util.InputBuffer interface.
StreamOutputBuffer Wraps a java.io.OutputStream in the ostore.util.OutputBuffer interface.
StringUtil  
USecTimer  
XdrByteBufferDecodingStream The XdrBufferDecodingStream class provides the necessary functionality to XdrDecodingStream to retrieve XDR packets from a java.nio.ByteBuffer.
XdrByteBufferEncodingStream The XdrBufferEncodingStream class provides a ByteBuffer-based XDR stream.
XdrClone Clone XdrAble objects by serializing and deserializing them.
XdrInputBufferDecodingStream The XdrBufferDecodingStream class provides the necessary functionality to XdrDecodingStream to retrieve XDR packets from a ostore.util.InputBuffer.
 

Exception Summary
Certificate.InvalidException