类 TypeFilterableListMixin<T>

java.lang.Object
java.util.AbstractCollection<T>
cn.korostudio.c3h6n6o6.mixin.TypeFilterableListMixin<T>
所有已实现的接口:
Iterable<T>, Collection<T>

public abstract class TypeFilterableListMixin<T> extends AbstractCollection<T>
  • 字段详细资料

    • elementsByType

      private Map<Class<?>,List<T>> elementsByType
      改造~改造~~
    • allElements

      private List<T> allElements
      改造~改造~~
  • 构造器详细资料

    • TypeFilterableListMixin

      public TypeFilterableListMixin()
  • 方法详细资料

    • overwriteCollectToList

      private <T> Collector<T,?,List<T>> overwriteCollectToList (Collector<T,?,List<T>> collector)
      这样就能并发了捏
      类型参数:
      T - 怎么这玩意要写注释???
      参数:
      collector - 问mj去
      返回:
      问mj去