package com.sk89q.mapquery; public interface PathSegment { Object next(Object object); }