org.apache.accumulo.core.security
Class ByteArrayTrie

java.lang.Object
  extended by org.apache.accumulo.core.security.ByteArrayTrie

public class ByteArrayTrie
extends java.lang.Object


Constructor Summary
ByteArrayTrie(java.util.Collection<byte[]> values)
           
 
Method Summary
 boolean check()
           
 boolean check(byte[] value)
           
 void clearState()
           
 void transition(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayTrie

public ByteArrayTrie(java.util.Collection<byte[]> values)
Method Detail

check

public boolean check(byte[] value)

clearState

public void clearState()

transition

public void transition(byte b)

check

public boolean check()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.