Searched defs:MutableBoolean (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java30 * The MutableBoolean wraps a boolean in a mutable way.
34 public class MutableBoolean class
39 * A MutableBoolean with the given initial value.
43 public MutableBoolean(boolean value) method in class:MutableBoolean
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
59 * Sets the current value of this MutableBoolean.
61 * @param value The new value of this MutableBoolean.
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java30 * The MutableBoolean wraps a boolean in a mutable way.
34 public class MutableBoolean class
39 * A MutableBoolean with the given initial value.
43 public MutableBoolean(boolean value) method in class:MutableBoolean
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
59 * Sets the current value of this MutableBoolean.
61 * @param value The new value of this MutableBoolean.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java30 * The MutableBoolean wraps a boolean in a mutable way.
34 public class MutableBoolean class
39 * A MutableBoolean with the given initial value.
43 public MutableBoolean(boolean value) method in class:MutableBoolean
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
59 * Sets the current value of this MutableBoolean.
61 * @param value The new value of this MutableBoolean.

Completed in 60 milliseconds