Class View2<C1 extends Component,C2 extends Component>

java.lang.Object
technology.sola.ecs.cache.ViewImpl<View2Entry<C1,C2>>
technology.sola.ecs.view.View2<C1,C2>
Type Parameters:
C1 - the first component type
C2 - the second component type
All Implemented Interfaces:
View<View2Entry<C1,C2>>

@NullMarked public class View2<C1 extends Component,C2 extends Component> extends ViewImpl<View2Entry<C1,C2>>
View2 is a ViewImpl implementation for ViewEntry for two Component.