Interface Ref<V>
- All Superinterfaces:
Comparable<WithKey<V>>, WithKey<V>, WithValue<V>
- All Known Implementing Classes:
CustomRegistryType.Unit, Ref.OfKey, Ref.OfValue
public sealed interface Ref<V>
extends WithKey<V>, WithValue<V>
permits CustomRegistryType.Unit<B,V>, Ref.OfKey<V>, Ref.OfValue<V>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Methods inherited from interface WithKey
compareTo, id, key, optionalKeyMethods inherited from interface WithValue
optionalValue
-
Method Details
-
value
-