Delphi Double Linked List to Java

Does a Delphi Double Linked List correspond to any data type in Java?Thanks for your time,Nate
[129 byte] By [Rex_RacerX] at [2007-9-26 4:48:35]
# 1
Look at the documentationf for java.util.*, in particular the collections therein.java.util.LinkedList is probably closest to what you want.
andyba at 2007-6-29 18:38:56 > top of Java-index,Java HotSpot Virtual Machine,Specifications...