// 
// Decompiled by Procyon v0.6.0
// 

package it.unimi.dsi.fastutil.bytes;

import java.util.Iterator;

public interface ByteBidirectionalIterable extends ByteIterable
{
    ByteBidirectionalIterator iterator();
}
