mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-04 00:37:50 +00:00
10 lines
127 B
Java
10 lines
127 B
Java
package org.rev317.min.accessors;
|
|
|
|
public interface Deque {
|
|
|
|
public Node getHead();
|
|
|
|
public Node getCurrent();
|
|
|
|
}
|