protected static final class SizeOfVisitor.CachedSizeNode extends Object
| Constructor and Description | 
|---|
SizeOfVisitor.CachedSizeNode(List<Element> elements)
Creates a new CachedSizeNode. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Element> | 
getElements()
Returns the elements value. 
 | 
SizeOfVisitor.CachedSizeNode | 
getNext()
Returns the next value. 
 | 
int | 
getSize()
Returns the size value. 
 | 
void | 
setNext(SizeOfVisitor.CachedSizeNode next)
Sets the value of next to the new value. 
 | 
void | 
setSize(int size)
Sets the value of size to the new value. 
 | 
public List<Element> getElements()
public SizeOfVisitor.CachedSizeNode getNext()
public int getSize()
public void setNext(SizeOfVisitor.CachedSizeNode next)
next - The new value for the next.public void setSize(int size)
size - The new value for the size.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.