Home | History | Annotate | Download | only in latin

Lines Matching defs:INCREMENT

65         private static final int INCREMENT = 2;
68 mData = new Node[INCREMENT];
73 Node[] tempData = new Node[mLength + INCREMENT];