Package com.swiftmq.tools.collection
Class BucketTable
- java.lang.Object
-
- com.swiftmq.tools.collection.BucketTable
-
public class BucketTable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BucketTable()BucketTable(int bucketSize, int recycleSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()java.lang.Objectget(int index)intgetElements()intgetSize()voidremove(int index)voidset(int index, java.lang.Object obj)
-