public interface TagClusterReducer
| Modifier and Type | Field and Description |
|---|---|
static TagClusterReducer |
ALL |
static TagClusterReducer |
LONGEST_DOMINANT_RIGHT |
static TagClusterReducer |
NO_SUB |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(TagLL[] head)
Reduces the linked-list to only those tags that should be emitted
|
static final TagClusterReducer ALL
static final TagClusterReducer NO_SUB
static final TagClusterReducer LONGEST_DOMINANT_RIGHT
void reduce(TagLL[] head)
head - not null; 1-element array to head which isn't null eitherCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.