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.
    Status:
    Stable ICU 4.8.
    • Method Detail

      • getName

        public CharSequence getName()
        Get the name
        Returns:
        the name
        Status:
        Stable ICU 4.8.
      • getData

        public V getData()
        Get the data
        Returns:
        the data
        Status:
        Stable ICU 4.8.
      • toString

        public String toString()
        Standard toString()
        Overrides:
        toString in class Object
        Status:
        Stable ICU 4.8.