Package rekit.util.container
package rekit.util.container
-
ClassesClassDescriptionROContainer<E>This class represents a container or pointer, which can be used to set variables in lambdas and can only set one time to a value not equal to
null
.RWContainer<E>This class represents a container or pointer, which can be used to set variables in lambdas.