public interface LazyMapI<K,V>
extends java.util.Map<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
isLazy()
Returns true if the map has not yet been populated with values.
|
default boolean |
lazyIsEmpty()
Returns true if this map contains no key-value mappings without necessarily unlazying it.
|
int |
lazySize()
Returns the number of key-value mappings in this map without necessarily unlazying it.
|
boolean isLazy()
int lazySize()
default boolean lazyIsEmpty()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.