public static interface LazySortedMap.SortedMapSupplier<K,V> extends Supplier<SortedMap<K,V>>
Modifier and Type | Method and Description |
---|---|
SortedMap<K,V> |
get() |
static <K,V> LazySortedMap.SortedMapSupplier<K,V> |
of(LazySortedMap.SortedMapSupplier<K,V> supplier) |
static <K,V> LazySortedMap.SortedMapSupplier<K,V> of(LazySortedMap.SortedMapSupplier<K,V> supplier)
Copyright © 2020. All rights reserved.