代码搜索:immutable
找到约 373 项符合「immutable」的源代码
代码结果 373
www.eeworm.com/read/100745/6265321
c brick.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/169937/5408953
c brick.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/167893/5451186
c brick.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/158793/5594917
c brick.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/127767/14337872
txt e075. replacing characters in a string.txt
Since strings are immutable, the replace() method creates a new string with the replaced characters.
// Replace all occurrences of 'a' with 'o'
String newString = string.replace('a', 'o');
www.eeworm.com/read/390106/8483880
htm immute.htm
Serializing an Immutable Bean Property to XML (Java Developers Almanac Example)
www.eeworm.com/read/386607/8735665
java point.java
package net.jcip.examples;
import net.jcip.annotations.*;
/**
* Point
*
* Immutable Point class used by DelegatingVehicleTracker
*
* @author Brian Goetz and Tim Peierls
*/
@Immutable
publ
www.eeworm.com/read/113176/6136226
java glarch.java
//$Id: Glarch.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $
package org.hibernate.test;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
impo
www.eeworm.com/read/169327/5424654
java glarch.java
//$Id: Glarch.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $
package org.hibernate.test;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
impo
www.eeworm.com/read/163959/5504998
java glarch.java
//$Id: Glarch.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
i