Class LongAttributeKey

java.lang.Object
org.pepsoft.util.AttributeKey<Long>
org.pepsoft.util.LongAttributeKey

public final class LongAttributeKey extends AttributeKey<Long>
An implementation of AttributeKey for Long-typed values.
  • Constructor Details

    • LongAttributeKey

      public LongAttributeKey(String key)
    • LongAttributeKey

      public LongAttributeKey(String key, Long defaultValue)
  • Method Details