代码搜索:immutable

找到约 373 项符合「immutable」的源代码

代码结果 373
www.eeworm.com/read/162614/5535052

java awtkeystroke.java

/* AWTKeyStroke.java -- an immutable key stroke Copyright (C) 2002, 2004, 2005 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute i
www.eeworm.com/read/162614/5535358

java string.java

/* String.java -- immutable character sequences; the object of string literals Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Cla
www.eeworm.com/read/162614/5537442

java string.java

/* String.java -- immutable character sequences; the object of string literals Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is par
www.eeworm.com/read/162519/5544584

java awtkeystroke.java

/* AWTKeyStroke.java -- an immutable key stroke Copyright (C) 2002, 2004, 2005 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute i
www.eeworm.com/read/162519/5544890

java string.java

/* String.java -- immutable character sequences; the object of string literals Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Cla
www.eeworm.com/read/162519/5546974

java string.java

/* String.java -- immutable character sequences; the object of string literals Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is par
www.eeworm.com/read/153151/5653097

java complex.java

package com.javapatterns.immutable.complex; final public class Complex extends Number implements java.io.Serializable, Cloneable, Comparable { static final public Complex i = new Complex(0.0,
www.eeworm.com/read/151582/5680914

java comment.java

package org.hibernate.auction.model; import java.io.Serializable; import java.util.Date; /** * An immutable class representing a comment from users. * * Comments are always made in th
www.eeworm.com/read/125114/6034022

java complex.java

package com.javapatterns.immutable.complex; public final class Complex extends Number implements java.io.Serializable, Cloneable, Comparable { private static final Complex i = new Complex(0.
www.eeworm.com/read/108102/6186705

java complex.java

package com.javapatterns.immutable.complex; public final class Complex extends Number implements java.io.Serializable, Cloneable, Comparable { private static final Complex i = new Complex(0.