final class TypeBitmap
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.util.TreeSet<java.lang.Integer> |
types |
Modifier | Constructor and Description |
---|---|
private |
TypeBitmap() |
|
TypeBitmap(DNSInput in) |
|
TypeBitmap(int[] array) |
|
TypeBitmap(Tokenizer st) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int typecode) |
boolean |
empty() |
private static void |
mapToWire(DNSOutput out,
java.util.TreeSet<java.lang.Integer> map,
int mapbase) |
int[] |
toArray() |
java.lang.String |
toString() |
void |
toWire(DNSOutput out) |
private static final long serialVersionUID
private final java.util.TreeSet<java.lang.Integer> types
private TypeBitmap()
public TypeBitmap(int[] array)
public TypeBitmap(DNSInput in) throws WireParseException
WireParseException
public TypeBitmap(Tokenizer st) throws java.io.IOException
java.io.IOException
public int[] toArray()
public java.lang.String toString()
toString
in class java.lang.Object
private static void mapToWire(DNSOutput out, java.util.TreeSet<java.lang.Integer> map, int mapbase)
public void toWire(DNSOutput out)
public boolean empty()
public boolean contains(int typecode)