Interface Peeker<O>


public interface Peeker<O>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    peek(int ahead)
     
  • Method Details

    • peek

      O peek(int ahead)
    • jump

      void jump()