Class AttributeRidEvent
-
- All Implemented Interfaces:
-
java.io.Serializable
public class AttributeRidEvent implements Serializable
- Since:
2021-03-07
trydofor
-
-
Constructor Summary
Constructors Constructor Description AttributeRidEvent()AttributeRidEvent(TypedReg<out Object, out Object> reg, Array<Object> key)
-
Method Summary
-
-
Method Detail
-
getTypedReg
Map<String, Set<Object>> getTypedReg()
-
rid
@SafeVarargs()@Contract(value = "_,_->this") final <K> AttributeRidEvent rid(TypedReg<K, out Object> reg, Array<K> key)
-
rid
@Contract(value = "_,_->this") <K> AttributeRidEvent rid(TypedReg<K, out Object> reg, Collection<K> key)
-
hashCode
int hashCode()
-
-
-
-