Class IntegerAttributeKey

java.lang.Object
org.pepsoft.util.AttributeKey<Integer>
org.pepsoft.util.IntegerAttributeKey

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

    • IntegerAttributeKey

      public IntegerAttributeKey(String key)
    • IntegerAttributeKey

      public IntegerAttributeKey(String key, Integer defaultValue)
  • Method Details