public class EdgeNgram extends Object
Constructor and Description |
---|
EdgeNgram() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getMax() |
long |
getMin() |
int |
hashCode() |
boolean |
isPreserveOriginal() |
void |
setMax(long max) |
void |
setMin(long min) |
void |
setPreserveOriginal(boolean preserveOriginal) |
public long getMin()
public void setMin(long min)
public long getMax()
public void setMax(long max)
public boolean isPreserveOriginal()
public void setPreserveOriginal(boolean preserveOriginal)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.