JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sun.electric.tool.routing.experimentalAStar1
Interface Poolable<T>
All Known Implementing Classes:
Node
,
Storage
public interface
Poolable<T>
Objects of a class that implements this interface can be held in an object pool
Author:
Jonas Thedering, Christian Jülg
Method Summary
Methods
Modifier and Type
Method and Description
T
getTail
()
Returns the next item of the linked list
void
setTail
(
T
tail)
Sets the next linked list item
Method Detail
getTail
T
getTail()
Returns the next item of the linked list
setTail
void setTail(
T
tail)
Sets the next linked list item
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method