< prev index next >

jdk/src/jdk.jline/share/classes/jdk/internal/jline/console/history/MemoryHistory.java

Print this page

        

*** 4,21 **** * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * http://www.opensource.org/licenses/bsd-license.php */ ! package jline.console.history; import java.util.Iterator; import java.util.LinkedList; import java.util.ListIterator; import java.util.NoSuchElementException; ! import static jline.internal.Preconditions.checkNotNull; /** * Non-persistent {@link History}. * * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a> --- 4,21 ---- * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * http://www.opensource.org/licenses/bsd-license.php */ ! package jdk.internal.jline.console.history; import java.util.Iterator; import java.util.LinkedList; import java.util.ListIterator; import java.util.NoSuchElementException; ! import static jdk.internal.jline.internal.Preconditions.checkNotNull; /** * Non-persistent {@link History}. * * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a>
< prev index next >