java.lang.Object
com.webauthn4j.util.CollectionUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> @Nullable List<T>unmodifiableList(@Nullable List<? extends T> list) static <K,V> @Nullable Map<K, V> unmodifiableMap(@Nullable Map<? extends K, ? extends V> map) static <T> @NotNull Set<T>unmodifiableSet(@NotNull T... items) static <T> @Nullable Set<T>unmodifiableSet(@Nullable Set<? extends T> set)
-
Method Details
-
unmodifiableList
-
unmodifiableSet
-
unmodifiableSet
@SafeVarargs @NotNull public static <T> @NotNull Set<T> unmodifiableSet(@NotNull @NotNull T... items) -
unmodifiableMap
-