@Immutable public static final class ImmutableAttributeMap.ImmutableAttributeEntry<T> extends Object
ImmutableAttributeMap.entrySet()
Constructor and Description |
---|
ImmutableAttributeEntry(AttributeDefinition<T> attributeDefinition,
com.google.common.collect.ImmutableSet<? extends AttributeValue<T>> attributeValues) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition<T> |
getKey()
Returns the key corresponding to this entry.
|
com.google.common.collect.ImmutableSet<? extends AttributeValue<T>> |
getValues()
Returns the value corresponding to this entry.
|
public ImmutableAttributeEntry(@Nonnull AttributeDefinition<T> attributeDefinition, @Nonnull com.google.common.collect.ImmutableSet<? extends AttributeValue<T>> attributeValues)
@Nonnull public AttributeDefinition<T> getKey()
@Nonnull public com.google.common.collect.ImmutableSet<? extends AttributeValue<T>> getValues()
Copyright © 2020. All Rights Reserved.