Class ListFormatter.SpanField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ListFormatter.SpanField LIST_SPAN
      The concrete field used for spans in FormattedList.
      private static long serialVersionUID  
      • Fields inherited from class java.text.AttributedCharacterIterator.Attribute

        INPUT_METHOD_SEGMENT, LANGUAGE, READING
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SpanField​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected java.lang.Object readResolve()
      Deprecated.
      This API is ICU internal only.
      • Methods inherited from class java.text.AttributedCharacterIterator.Attribute

        equals, getName, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • LIST_SPAN

        public static final ListFormatter.SpanField LIST_SPAN
        The concrete field used for spans in FormattedList. Instances of LIST_SPAN should have an associated value, the index within the input list that is represented by the span.
    • Constructor Detail

      • SpanField

        private SpanField​(java.lang.String name)
    • Method Detail

      • readResolve

        @Deprecated
        protected java.lang.Object readResolve()
                                        throws java.io.InvalidObjectException
        Deprecated.
        This API is ICU internal only.
        serialization method resolve instances to the constant ListFormatter.SpanField values
        Overrides:
        readResolve in class java.text.AttributedCharacterIterator.Attribute
        Throws:
        java.io.InvalidObjectException