public interface IStorageKey extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
getNativeObject()
Gets the native key object.
|
int |
toInt()
Converts the key to a primitive integer value.
|
Integer |
toInteger()
Converts the key to an Integer value.
|
Long |
toLong()
Converts the key to a Long value.
|
Serializable |
toSerializable()
Converts the key to a Serializable value.
|
Object getNativeObject()
Integer toInteger()
int toInt()
Long toLong()
Serializable toSerializable()
Copyright © 2022 Visiativ. All rights reserved.