public class Feature
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Feature(int length) |
Feature(int[] bytes,
short current_length,
short current_bit_index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getBytes() |
short |
getCurrentBitIndex() |
short |
getCurrentLength() |
int |
hashCode() |
void |
setArrayLength(short current_array_length) |
void |
setBitIndex(short current_bit_index) |
public Feature(int[] bytes,
short current_length,
short current_bit_index)
public Feature(int length)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int[] getBytes()
public short getCurrentBitIndex()
public short getCurrentLength()
public void setBitIndex(short current_bit_index)
public void setArrayLength(short current_array_length)