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 Object

Author:
mnesarco

Constructor Summary
TrieNodeValue()
          Creates a new instance of TrieNodeValue
 
Method Summary
 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 Iterator<T> getIterator()

isEmpty

public boolean isEmpty()


Copyright © 2013 Oracle Corporation. All Rights Reserved.