org.apache.jetspeed.layout.impl
Class PortletPlacementContextImpl.FragmentLinkedListInfo

java.lang.Object
  extended by org.apache.jetspeed.layout.impl.PortletPlacementContextImpl.FragmentLinkedListInfo
Enclosing class:
PortletPlacementContextImpl

 class PortletPlacementContextImpl.FragmentLinkedListInfo
extends Object


Field Summary
private  int availableNextIndex
           
private  int head
           
private  int high
           
private  int tail
           
 
Constructor Summary
PortletPlacementContextImpl.FragmentLinkedListInfo()
           
 
Method Summary
 int getHead()
           
 int getHigh()
           
 int getTail()
           
 void setHead(int newOne)
           
 void setHigh(int newOne)
           
 void setTail(int newOne)
           
 int useNextAvailableIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

private int head

tail

private int tail

high

private int high

availableNextIndex

private int availableNextIndex
Constructor Detail

PortletPlacementContextImpl.FragmentLinkedListInfo

PortletPlacementContextImpl.FragmentLinkedListInfo()
Method Detail

getHead

public int getHead()

setHead

public void setHead(int newOne)

getTail

public int getTail()

setTail

public void setTail(int newOne)

getHigh

public int getHigh()

setHigh

public void setHigh(int newOne)

useNextAvailableIndex

public int useNextAvailableIndex()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.