Class AlphabeticIndex.Record<V>

  • Enclosing class:
    AlphabeticIndex<V>

    public static class AlphabeticIndex.Record<V>
    extends Object
    A (name, data) pair, to be sorted by name into one of the index buckets. The user data is not used by the index implementation.
    • Method Detail

      • getName

        public CharSequence getName()
        Get the name
        Returns:
        the name
      • getData

        public V getData()
        Get the data
        Returns:
        the data