blob: a04c04fdf0459b833a55fcca77c0afe423707f63 [file] [log] [blame]
package edu.uci.ics.asterix.om.base.temporal;
public interface ICharSequenceAccessor<T> {
public char getCharAt(int index);
public int getLength();
}