Package org.onosproject.net.group
Class DefaultGroupKey
- java.lang.Object
-
- org.onosproject.net.group.DefaultGroupKey
-
-
Constructor Summary
Constructors Constructor Description DefaultGroupKey(byte[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()byte[]key()Returns the byte representation of key.StringtoString()Returns a hex string representation of the byte array that is used as a group key.
-
-
-
Method Detail
-
key
public byte[] key()
Description copied from interface:GroupKeyReturns the byte representation of key.
-
-