We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e013c8 commit ca48597Copy full SHA for ca48597
src/main/java/org/javasim/simset/Head.java
@@ -27,6 +27,10 @@
27
28
// Thanks to Jim Bean for converting the C++SIM classes
29
30
+/**
31
+ * @deprecated As of release 2.1 use Java's own linked lists.
32
+ */
33
+
34
public class Head {
35
36
public Head () {
src/main/java/org/javasim/simset/Link.java
@@ -26,6 +26,10 @@
26
public class Link {
public Link () {
0 commit comments