Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Immutable object 5 found (20 total)

alternate case: immutable object

Memento pattern (1,536 words) [view diff] exact match in snippet view article find links to article

Memento: State3 This example uses a String as the state, which is an immutable object in Java. In real-life scenarios the state will almost always be a mutable
Key Management Interoperability Protocol (1,675 words) [view diff] exact match in snippet view article find links to article
client per application need. Each object is identified by a unique and immutable object-identifier generated by the server and is used for getting object-values
Boredom (3,974 words) [view diff] exact match in snippet view article find links to article
boredom it produces", and later states that "only an infinite and immutable object—that is, God himself—can fill this infinite abyss." Without stimulus
Final (Java) (2,045 words) [view diff] exact match in snippet view article
undesirable situation, a common requirement is that all fields of an immutable object must be final, and that the types of these fields must be immutable
Const (computer programming) (5,533 words) [view diff] exact match in snippet view article
are "deep" or transitive, and anything reachable through a const or immutable object is const or immutable respectively. Example of const vs. immutable