Interface IPlatformKey
-
public interface IPlatformKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default boolean
equals(IPlatformKey key)
String
getKey()
Gets the key of the keyString
getNamespace()
Gets the namespace of the keyString
toString()
Gets the full key as String
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Gets the namespace of the key- Returns:
- the namespace
-
getKey
String getKey()
Gets the key of the key- Returns:
- the key
-
toString
String toString()
Gets the full key as String
-
equals
default boolean equals(IPlatformKey key)
-
-