diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-23 13:13:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-23 13:13:03 +0100 |
commit | 5f0e8756be53514e9ee30f60a260c36244895c59 (patch) | |
tree | 275285bc90b75785e6bbefc4cd802ea13d4343d1 /src/datastructures/linkedlists/CircularDoublyLinkedList.java | |
parent | m + code deduplication (diff) | |
download | algorithms-and-data-structures-5f0e8756be53514e9ee30f60a260c36244895c59.tar.gz algorithms-and-data-structures-5f0e8756be53514e9ee30f60a260c36244895c59.tar.bz2 algorithms-and-data-structures-5f0e8756be53514e9ee30f60a260c36244895c59.tar.xz |
code deduplication
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/datastructures/linkedlists/CircularDoublyLinkedList.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastructures/linkedlists/CircularDoublyLinkedList.java b/src/datastructures/linkedlists/CircularDoublyLinkedList.java index a82c924..327305c 100644 --- a/src/datastructures/linkedlists/CircularDoublyLinkedList.java +++ b/src/datastructures/linkedlists/CircularDoublyLinkedList.java @@ -36,6 +36,6 @@ package datastructures.linkedlists; * * @param <T> The value stored in the structure */ -£>export name=CircularDoublyLinkedList with_sentinel=0 with_head=0 with_tail=0 with_prev=1 +£>export name=CircularDoublyLinkedList array=0 with_sentinel=0 with_head=0 with_tail=0 with_prev=1 £>$GPP -s £ < src/datastructures/linkedlists/template | sed -e '/^[/ ]\*/d' -e '/^$/d' |