File: SourcedStringWrapperIterator.java

package info (click to toggle)
libsecondstring-java 0.1~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 764 kB
  • sloc: java: 9,592; xml: 114; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package com.wcohen.ss.api;

/**
 * An iterator over StringWrapper objects.
 */

public interface SourcedStringWrapperIterator extends StringWrapperIterator
{
    public SourcedStringWrapper nextSourcedStringWrapper();
}