public interface INamespace<E extends IKey>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String key) |
E |
create(String key) |
E |
createNamed(String key,
String name) |
E |
get(String key) |
E[] |
getKeys() |
String[] |
getKeyspaces() |
String |
getName() |
default int |
hash() |
default boolean |
isSimilar(INamespace<?> namespace) |
Optional<E> |
option(String key) |
String getName()
boolean contains(String key)
String[] getKeyspaces()
E[] getKeys()
default int hash()
default boolean isSimilar(INamespace<?> namespace)
Copyright © 2022. All rights reserved.