Class AlphabeticIndex.BucketList<V>

    • Method Detail

      • getBucketCount

        private int getBucketCount()
      • getBucketIndex

        private int getBucketIndex​(java.lang.CharSequence name,
                                   Collator collatorPrimaryOnly)
      • fullIterator

        private java.util.Iterator<AlphabeticIndex.Bucket<V>> fullIterator()
        Private iterator over all the buckets, visible and invisible
      • iterator

        public java.util.Iterator<AlphabeticIndex.Bucket<V>> iterator()
        Iterator over just the visible buckets.
        Specified by:
        iterator in interface java.lang.Iterable<V>