Struct extra::smallintmap::SmallIntMapIterator

pub struct SmallIntMapIterator<'self, T> {
    priv front: uint,
    priv back: uint,
    priv iter: std::vec::VecIterator,
}

Trait Implementations

impl<'self, T> std::iter::Iterator for SmallIntMapIterator<'self, T>

fn next(&mut self) -> std::option::Option

fn size_hint(&self) -> (uint, std::option::Option)

impl<'self, T> std::iter::DoubleEndedIterator for SmallIntMapIterator<'self, T>

fn next_back(&mut self) -> std::option::Option