Searched refs:wordsInUse (Results 1 – 1 of 1) sorted by relevance
99 private transient int wordsInUse = 0; field in BitSet122 assert(wordsInUse == 0 || words[wordsInUse - 1] != 0); in checkInvariants()123 assert(wordsInUse >= 0 && wordsInUse <= words.length); in checkInvariants()124 assert(wordsInUse == words.length || words[wordsInUse] == 0); in checkInvariants()135 for (i = wordsInUse-1; i >= 0; i--) in recalculateWordsInUse()139 wordsInUse = i+1; // The new logical size in recalculateWordsInUse()178 this.wordsInUse = words.length; in BitSet()300 int n = wordsInUse; in toByteArray()329 return Arrays.copyOf(words, wordsInUse); in toLongArray()354 if (wordsInUse < wordsRequired) { in expandTo()[all …]