public class IdRegistry<T extends Identifiable> extends StringRegistry<T>
| Modifier and Type | Field and Description |
|---|---|
static Function<Identifiable,String> |
FN |
DELEGATE| Constructor and Description |
|---|
IdRegistry(String name,
Collection<T> instances) |
IdRegistry(String name,
Collection<T> instances,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Identifiable> |
fn() |
getapply, clear, equals, forKey, hashCode, put, putAll, remove, toStringcontainsKey, containsValue, entrySet, isEmpty, keySet, setDelegate, size, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, containsValue, entrySet, isEmpty, keySet, size, valuespublic static final Function<Identifiable,String> FN
public IdRegistry(String name, Collection<T> instances)
public IdRegistry(String name, Collection<T> instances, boolean caseSensitive)
public static <T extends Identifiable> Function<T,String> fn()
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.