package com.googlecode.totallylazy; public interface Peekable<T> { T peek(); }