代码搜索:immutable
找到约 373 项符合「immutable」的源代码
代码结果 373
www.eeworm.com/read/288894/4002891
java immutable.java
//$Id: Immutable.java 4599 2004-09-26 05:18:27Z oneovthafew $
package org.hibernate.test.legacy;
public class Immutable {
private String foo;
private String bar;
private String id;
publ
www.eeworm.com/read/437952/1828114
java immutable.java
//$Id: Immutable.java 14801 2008-06-24 19:03:32Z hardy.ferentschik $
package org.hibernate.annotations;
import java.lang.annotation.*;
/**
* Mark an Entity or a Collection as immutable. No annotati
www.eeworm.com/read/405479/2289498
java immutable.java
//$Id: Immutable.java 4599 2004-09-26 05:18:27Z oneovthafew $
package org.hibernate.test.legacy;
public class Immutable {
private String foo;
private String bar;
private String id;
public Strin
www.eeworm.com/read/405478/2290881
java immutable.java
//$Id: $
package org.hibernate.annotations;
import java.lang.annotation.*;
/**
* Mark an Entity or a Collection as immutable
* No annotation means the element is mutable
*
* @author Emmanuel Ber
www.eeworm.com/read/377523/9272489
java immutable1.java
//: appendixa:Immutable1.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Objects that cannot be modified
// are immune to a
www.eeworm.com/read/377523/9272499
java immutable2.java
//: appendixa:Immutable2.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// A companion class for making
// changes to immuta
www.eeworm.com/read/274802/10851798
java immutable2.java
//: appendixa:Immutable2.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// A companion class for making
// changes to immuta
www.eeworm.com/read/138758/13216567
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/138758/13216578
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/320605/13421919
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