Class FormattedValueFieldPositionIteratorImpl.FieldWithValue

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FormattedValueFieldPositionIteratorImpl

    private static class FormattedValueFieldPositionIteratorImpl.FieldWithValue
    extends java.text.Format.Field
    Helper class to keep track of fields with values in Java
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.text.Format.Field field  
      private static long serialVersionUID  
      int value  
      • Fields inherited from class java.text.AttributedCharacterIterator.Attribute

        INPUT_METHOD_SEGMENT, LANGUAGE, READING
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldWithValue​(java.text.Format.Field field, int value)  
    • Method Summary

      • Methods inherited from class java.text.AttributedCharacterIterator.Attribute

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

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

      • field

        public final java.text.Format.Field field
      • value

        public final int value
    • Constructor Detail

      • FieldWithValue

        public FieldWithValue​(java.text.Format.Field field,
                              int value)