public class Window<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Window.Neighbor<T> |
Constructor and Description |
---|
Window(List<T> allEntities,
int center,
int windowSize) |
Modifier and Type | Method and Description |
---|---|
T |
getCenter() |
List<Window.Neighbor<T>> |
getNeigbors() |
List<Window.Neighbor<T>> |
getRightNeigbors()
Deprecated.
|
public T getCenter()
public List<Window.Neighbor<T>> getNeigbors()
@Deprecated public List<Window.Neighbor<T>> getRightNeigbors()
Copyright © 2017. All rights reserved.