程序包 proguard.util
类 CircularIntBuffer
- java.lang.Object
-
- proguard.util.CircularIntBuffer
-
public class CircularIntBuffer extends java.lang.ObjectA circular buffer over the primitive integer type.
-
-
构造器概要
构造器 构造器 说明 CircularIntBuffer(int maxSize)Create a new CircularIntBuffer that can grow to a given maxSize.
-