com.sun.jersey.server.impl.uri.rules.automata
Class TrieNodeValue<T>

java.lang.Object
  extended by com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue<T>

public class TrieNodeValue<T>
extends java.lang.Object

Author:
mnesarco

Constructor Summary
TrieNodeValue()
          Creates a new instance of TrieNodeValue
 
Method Summary
 java.util.Iterator<T> getIterator()
           
 boolean isEmpty()
           
 void set(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrieNodeValue

public TrieNodeValue()
Creates a new instance of TrieNodeValue

Method Detail

set

public void set(T value)

getIterator

public java.util.Iterator<T> getIterator()

isEmpty

public boolean isEmpty()


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.