代码搜索:immutable
找到约 373 项符合「immutable」的源代码
代码结果 373
www.eeworm.com/read/320605/13421922
java immutable2.java
//: appendixa:Immutable2.java
// A companion class to modify immutable objects.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt
www.eeworm.com/read/158649/11594929
java immutable1.java
//: appendixa:Immutable1.java
// Objects that cannot be modified
// are immune to aliasing.
import com.bruceeckel.simpletest.*;
public class Immutable1 {
private int data;
public Immutable
www.eeworm.com/read/158649/11594935
java immutable2.java
//: appendixa:Immutable2.java
// A companion class for making
// changes to immutable objects.
import com.bruceeckel.simpletest.*;
class Mutable {
private int data;
public Mutable(int ini
www.eeworm.com/read/150914/12245485
java immutable1.java
//: appendixa:Immutable1.java
// Objects that cannot be modified are immune to aliasing.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in Copy
www.eeworm.com/read/150914/12245488
java immutable2.java
//: appendixa:Immutable2.java
// A companion class to modify immutable objects.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt
www.eeworm.com/read/179906/5301009
java immutable1.java
//: appendixa:Immutable1.java
// Objects that cannot be modified are immune to aliasing.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in Copy
www.eeworm.com/read/179906/5301012
java immutable2.java
//: appendixa:Immutable2.java
// A companion class to modify immutable objects.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt
www.eeworm.com/read/416749/2118590
sql document_immutable.sql
ALTER TABLE `documents` ADD `immutable` TINYINT( 1 ) NOT NULL DEFAULT '0';
www.eeworm.com/read/230048/6789168
java immutable1.java
//: appendixa:Immutable1.java
// Objects that cannot be modified are immune to aliasing.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in Copy
www.eeworm.com/read/230048/6789171
java immutable2.java
//: appendixa:Immutable2.java
// A companion class to modify immutable objects.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt