Package com.swiftmq.tools.collection
Class IntRingBuffer
- java.lang.Object
-
- com.swiftmq.tools.collection.IntRingBuffer
-
public class IntRingBuffer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntRingBuffer(int extendSize)
IntRingBuffer(IntRingBuffer base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int obj)
void
clear()
int
getSize()
int
remove()
-
-
-
Constructor Detail
-
IntRingBuffer
public IntRingBuffer(int extendSize)
-
IntRingBuffer
public IntRingBuffer(IntRingBuffer base)
-
-