TWiki . Javapedia . WebHome (search result)

The Source for Java Technology Collaboration


Search: Immutable *Object[^A-Za-z]

Topics in Javapedia web: Changed: now 11:36 Changed by:
ClassInvariant %LOCKED% 20 Jul 2003 - 19:31 - r2 Main.zander
Class Invariant A class typically has conditions on the values taken by its fields. The class invariant is simply the sum total of these conditions. If the state of ...  
ImmutableObject %LOCKED% 20 Jul 2004 - 08:16 - r6 Main.hlovatt
Immutable Object Objects have identity (location in memory), state (data), and behavior (methods). Once constructed, an Immutable Object cannot change state. Immutable ...  
Integer %LOCKED% 20 Jul 2004 - 08:54 - r2 Main.hlovatt
Integer Integer is an immutable wrapper class for the int primitive type. Integer is a ValueObject. 1.4.2 JavaDoc #DiscussArticle Discussion about Integer ...  
JavaBeans %LOCKED% 05 Dec 2007 - 00:30 - r12 Main.sullis
JavaBeans A Java technology intended to provide a simple component oriented development model for Java. Official site: http://java.sun.com/products/javabeans/ In a ...  
Misconceptions %LOCKED% 24 Feb 2005 - 22:57 - r6 Main.dubwai
Misconceptions People's first impressions stick around a long time, even when false or no longer true. There are many misconceptions about Java. Largely because Java ...  
SynchronizationIsSlowMisconception %LOCKED% 27 Aug 2003 - 03:37 - r7 Main.redwolf
SynchronizationIsSlowMisconception Introduction It has been repeated that synchronization is slow many times to the point that many people will go to great lengths ...  
ValueObject %LOCKED% 20 Jul 2004 - 08:16 - r4 Main.hlovatt
Value Object Meaning 1: equals and hashCode based on field values The equals and hashCode methods use field values instead of the default behaviour of using ...  

Number of topics: 7

Topic WebHome . { }
 XML java.net RSS