Uses of Interface
org.apache.wicket.util.lang.Objects.IObjectSizeOfStrategy

Packages that use Objects.IObjectSizeOfStrategy
org.apache.wicket.util.instrument   
org.apache.wicket.util.lang Java utilities. 
 

Uses of Objects.IObjectSizeOfStrategy in org.apache.wicket.util.instrument
 

Classes in org.apache.wicket.util.instrument that implement Objects.IObjectSizeOfStrategy
 class InstrumentationObjectSizeOfStrategy
          Object size of strategy that is based on instrumentation.
 

Uses of Objects.IObjectSizeOfStrategy in org.apache.wicket.util.lang
 

Classes in org.apache.wicket.util.lang that implement Objects.IObjectSizeOfStrategy
static class Objects.SerializingObjectSizeOfStrategy
          Objects.IObjectSizeOfStrategy that works by serializing the object to an instance of ByteCountingOutputStream, which records the number of bytes written to it.
 

Methods in org.apache.wicket.util.lang with parameters of type Objects.IObjectSizeOfStrategy
static void Objects.setObjectSizeOfStrategy(Objects.IObjectSizeOfStrategy objectSizeOfStrategy)
          Sets the strategy for determining the sizes of objects.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.