代码搜索:immutable
找到约 373 项符合「immutable」的源代码
代码结果 373
www.eeworm.com/read/367467/2843724
lua strbuf.lua
-- license = "See nmaps COPYING for license"
module("strbuf" ,package.seeall)
-- String buffer functions. Concatenation is not efficient in
-- lua as strings are immutable. If a large amount of '..'
www.eeworm.com/read/367467/2844811
lua strbuf.lua
-- license = "See nmaps COPYING for license"
module("strbuf" ,package.seeall)
-- String buffer functions. Concatenation is not efficient in
-- lua as strings are immutable. If a large amount of '..'
www.eeworm.com/read/367467/2845393
lua strbuf.lua
-- license = "See nmaps COPYING for license"
module("strbuf" ,package.seeall)
-- String buffer functions. Concatenation is not efficient in
-- lua as strings are immutable. If a large amount of '..'
www.eeworm.com/read/161692/5550605
java attribute.java
package org.kxml;
/** Attribute class, used by both kDom and the pullparser. The
instances of this class are immutable. This restriction allows
manipulation aware element implementations wi
www.eeworm.com/read/415072/11084497
java attribute.java
package org.kxml;
/** Attribute class, used by both kDom and the pullparser. The
instances of this class are immutable. This restriction allows
manipulation aware element implementations wi
www.eeworm.com/read/135592/13918629
changes
Changes from version 0.5a to version 0.5b
=========================================
- Now that we have sysctl(), the immutable flag cannot be changed when
the system is running at security level >
www.eeworm.com/read/146638/5736448
java signonmodel.java
/*
*/
package org.impact.stars.signon.model;
/**
* This class represents the model data for the
* sign on info. Note that this object is immutable
* since it is intended to be read only.
*/
pu
www.eeworm.com/read/132312/5918354
java signonmodel.java
/*
*/
package org.impact.stars.signon.model;
/**
* This class represents the model data for the
* sign on info. Note that this object is immutable
* since it is intended to be read only.
*/
pu
www.eeworm.com/read/101196/6237670
java prefixmap.java
package org.kxml;
import java.util.*;
/** Like Attribute, this class is immutable for similar reasons */
public class PrefixMap {
Hashtable prefixMap;
Hashtable namespaceMap;
public P
www.eeworm.com/read/208524/4992517
java signonmodel.java
/*
*/
package org.impact.stars.signon.model;
/**
* This class represents the model data for the
* sign on info. Note that this object is immutable
* since it is intended to be read only.
*/
pu