Class IdentifiedLongValue


  • public final class IdentifiedLongValue
    extends SpecificLongValue
    This LongValue represents a long value that is identified by a unique ID.
    • Constructor Detail

      • IdentifiedLongValue

        public IdentifiedLongValue​(ValueFactory valuefactory,
                                   int id)
        Creates a new long value with the given ID.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object