Package info.monitorenter.util.collections
-
Interface Summary Interface Description IComparableProperty An interface that allows implementors to let themselves be compared by aComparableNumberinstance that may be modified by the comparing classs.IRingBuffer<T> Interface for implementations of RingBuffers. -
Class Summary Class Description ComparatorToString<T> AComparatorthat compares the given Objects by theirObject.toString()value.Entry<V,K> I have written implementations of java.util.Map.Entry in form of Static inner classes. Non-static inner classes. Non-public classes. Anonymous classes.RingBufferArray<T> A RingBuffer can be used to store a limited number of entries of any type within a buffer.RingBufferArrayFast<T> Fast ring buffer implementation.TreeSetGreedy<T extends IComparableProperty> ASetthat will always successfully add new instances and guarantee that all the "Comparable properties" of the containedinstances will build a set (no duplicates).IComparableProperty -
Exception Summary Exception Description IRingBuffer.RingBufferException Special exception related to ring buffer operations.