package utils; public abstract class Constants { public static final int NOT_FOUND = -1; }