ariba.util.core
Class Link

java.lang.Object
  extended by ariba.util.core.Link
Direct Known Subclasses:
LinkPayload

public class Link
extends java.lang.Object

Link implements a fairly textbook "link" suitable for use in a doubly linked list. You can append, insert another link or remove the link itself....


Field Summary
 Link next
           
 Link prev
           
 
Constructor Summary
Link()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public Link next

prev

public Link prev
Constructor Detail

Link

public Link()


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.