com.sun.jersey.server.impl.uri.rules.automata
Class TrieNodeValue<T>
java.lang.Object
com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue<T>
public class TrieNodeValue<T>
- extends Object
- Author:
- mnesarco
Constructor Summary |
TrieNodeValue()
Creates a new instance of TrieNodeValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrieNodeValue
public TrieNodeValue()
- Creates a new instance of TrieNodeValue
set
public void set(T value)
getIterator
public Iterator<T> getIterator()
isEmpty
public boolean isEmpty()
Copyright © 2013 Oracle Corporation. All Rights Reserved.