public class ServerPrincipalIterator extends ServerIterator {
public ServerPrincipalIterator(Iterator<Principal> iterator,
RemoteAdapterFactory factory, int maxBufferSize)
throws RemoteException {
super(new RangeIteratorAdapter(iterator), factory, maxBufferSize);
}