Package com.example

Class Linq4jExample


  • public class Linq4jExample
    extends java.lang.Object
    Example using linq4j to query in-memory collections.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Linq4jExample.Employee
      Employee.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Linq4jExample()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Linq4jExample

        private Linq4jExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)