Class TLV.List<E extends TLV<T,​V,​?>,​T extends TLV.Type<V,​?>,​V>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>, List<E>
    Enclosing class:
    TLV<T extends TLV.Type<V,​P>,​V,​P>

    public static class TLV.List<E extends TLV<T,​V,​?>,​T extends TLV.Type<V,​?>,​V>
    extends com.google.common.collect.ForwardingList<E>
    • Method Detail

      • wrap

        public static <E extends TLV<T,​V,​?>,​T extends TLV.Type<V,​?>,​V> TLV.List<E,​T,​V> wrap​(List<E> list)
      • delegate

        protected List<E> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingList<E extends TLV<T,​V,​?>>
      • all

        public java.util.stream.Stream<V> all​(T type)