public interface TypeSafeMap extends Iterable<Object>
Modifier and Type | Method and Description |
---|---|
Map<Key<?>,Object> |
asMap() |
boolean |
containsKey(Key<?> key) |
<T> T |
get(Key<T> key) |
Set<Key<?>> |
getKeys() |
int |
getSize() |
forEach, iterator, spliterator
@Nonnull <T> T get(@Nonnull Key<T> key) throws NotFoundException
NotFoundException
@Nonnegative int getSize()
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.