代码搜索:immutable
找到约 373 项符合「immutable」的源代码
代码结果 373
www.eeworm.com/read/233448/4676417
mm const-cfstring-1.mm
/* APPLE LOCAL file constant cfstrings */
/* Test the -fconstant-cfstrings option for constructing
compile-time immutable CFStrings, and their interoperation
with both Cocoa and CoreFoundation.
www.eeworm.com/read/233448/4676463
m const-cfstring-1.m
/* APPLE LOCAL file constant cfstrings */
/* Test the -fconstant-cfstrings option for constructing
compile-time immutable CFStrings, and their interoperation
with both Cocoa and CoreFoundation.
www.eeworm.com/read/284005/4068536
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
www.eeworm.com/read/276284/4166726
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 implementatio
www.eeworm.com/read/275546/4175393
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 implementatio
www.eeworm.com/read/449402/1678633
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 implementatio
www.eeworm.com/read/157848/5602076
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 implementatio
www.eeworm.com/read/313686/13582842
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/125688/6023530
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/122492/6065740
java complex.java
package numbercruncher.mathutils;
/**
* Perform basic complex arithmetic. The complex objects are
* immutable, and complex operations create new complex objects.
*/
public class Complex {