public class Position extends Object
Position(Integer start, Integer end, Integer wordPosition)
boolean
contains(Position other)
equals(Object obj)
Integer
getEnd()
getStart()
getWordPosition()
int
hashCode()
matches(Position other)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Position(Integer start, Integer end, Integer wordPosition)
public Integer getStart()
public Integer getEnd()
public Integer getWordPosition()
public boolean matches(Position other)
public boolean contains(Position other)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2020. All rights reserved.