Struct collections::btree_map::ValuesExperimental [-]  [+] [src]

pub struct Values<'a, K: 'a, V: 'a> {
    // some fields omitted
}

An iterator over a BTreeMap's values.

Trait Implementations

impl<'a, K, V> Iterator<&'a V> for Values<'a, K, V>

fn next(&mut self) -> Option<&'a V>

fn size_hint(&self) -> (uint, Option<uint>)

impl<'a, K, V> DoubleEndedIterator<&'a V> for Values<'a, K, V>

fn next_back(&mut self) -> Option<&'a V>

impl<'a, K, V> ExactSizeIterator<&'a V> for Values<'a, K, V>

fn rposition<P>(&mut self, predicate: P) -> Option<uint>

fn len(&self) -> uint

impl<'a, K, V> Iterator<&'a V> for Values<'a, K, V>

fn next(&mut self) -> Option<&'a V>

fn size_hint(&self) -> (uint, Option<uint>)

impl<'a, K, V> DoubleEndedIterator<&'a V> for Values<'a, K, V>

fn next_back(&mut self) -> Option<&'a V>

impl<'a, K, V> ExactSizeIterator<&'a V> for Values<'a, K, V>

fn rposition<P>(&mut self, predicate: P) -> Option<uint>

fn len(&self) -> uint