asMap method

view source

Map<int, E> asMap () inherited

Implementation

Map<int, E> asMap() {
  return ListMapView<E>(this);
}