org.apache.accumulo.core.util
Class ByteArraySet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<byte[]>
              extended by org.apache.accumulo.core.util.ByteArraySet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<byte[]>, Collection<byte[]>, NavigableSet<byte[]>, Set<byte[]>, SortedSet<byte[]>

public class ByteArraySet
extends TreeSet<byte[]>

See Also:
Serialized Form

Constructor Summary
ByteArraySet()
           
ByteArraySet(Collection<? extends byte[]> c)
           
 
Method Summary
static ByteArraySet fromStrings(Collection<String> c)
           
static ByteArraySet fromStrings(String... c)
           
 List<byte[]> toList()
           
 
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ByteArraySet

public ByteArraySet()

ByteArraySet

public ByteArraySet(Collection<? extends byte[]> c)
Method Detail

fromStrings

public static ByteArraySet fromStrings(Collection<String> c)

fromStrings

public static ByteArraySet fromStrings(String... c)

toList

public List<byte[]> toList()


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