Searched defs:bucketList (Results 1 – 4 of 4) sorted by relevance
172 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()976 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local1095 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList1098 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
173 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()1022 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local1141 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList1144 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) in ImmutableIndex()
126 BucketList(UVector *bucketList, UVector *publicBucketList) in BucketList()445 LocalPointer<UVector> bucketList(new UVector(errorCode), errorCode); in createBucketList() local