- Cloned<This extends Cloned<This>> - Interface in net.infumia.frame
-
A cloned interface is a interface that is used to create cloned objects.
- cloned() - Method in interface net.infumia.frame.Cloned
-
Clones the object.
- cls() - Method in class net.infumia.frame.typedkey.TypedKey
-
Gets the class of the key.
- compute(TypedKey<T>, Function<T, T>) - Method in interface net.infumia.frame.typedkey.TypedKeyStorage
-
Computes a new value for the given key.
- computeIfAbsent(TypedKey<T>, Supplier<T>) - Method in interface net.infumia.frame.typedkey.TypedKeyStorage
-
Computes a new value for the given key if the key is absent.
- computeIfPresent(TypedKey<T>, Function<T, T>) - Method in interface net.infumia.frame.typedkey.TypedKeyStorage
-
Computes a new value for the given key if the key is present.
- contains(TypedKey<?>) - Method in interface net.infumia.frame.typedkey.TypedKeyStorageImmutable
-
Checks if the storage contains a key.
- create() - Static method in interface net.infumia.frame.typedkey.TypedKeyStorageFactory
-
Creates a new typed key storage factory.
- create(Map<TypedKey<?>, Object>) - Method in interface net.infumia.frame.typedkey.TypedKeyStorageFactory
-
Creates a new typed key storage.
- createImmutableBuilder(Map<TypedKey<?>, Object>) - Method in interface net.infumia.frame.typedkey.TypedKeyStorageFactory
-
Creates a new typed key storage immutable builder.