-
Whether the application should start at full screen.
A property representing the initial main window size as a percentual of the screen size.
Creates an instance with the given name.
Creates an instance with the given name and type.
Returns all the keys registered in the system.
Returns the contents as a plain
Map
.
Returns the contents as a plain
Map
.
Returns a set of all the contained (key, value) pairs.
Returns a set of all the contained (key, value) pairs.
Returns a set of all the contained keys.
Returns a set of all the contained keys.
int
boolean
Checks whether a pair has been stored.
boolean
Checks whether a pair has been stored.
<T> T
TypeSafeMultiMap.get(Key<T> key)
Returns a value given its key.
Returns an optional value given its key.
<T> void
Sets a property, unless it has been already set.
<T> void
Sets a property, overriding the current value.
TypeSafeMap.with(Key<T> key,
T value)
Create a new instance with an additional pair (key, value=
TypeSafeMultiMap.with(Key<T> key,
T value)
Creates a new instance with an additional pair (key, value).
void
Performs the given action on all the pairs (key, value) contained in this map.
void
Performs the given action on all the pairs (key, value) contained in this map.
Creates an instance cloning the given map.
Creates an instance cloning the given map.
TypeSafeMap.getOptional(Key)
instead