Java List Product getProductsFromString(List projects)

Here you can find the source of getProductsFromString(List projects)

Description

get Products From String

License

Mozilla Public License

Declaration

public static List<String> getProductsFromString(List<String> projects) 

Method Source Code

//package com.java2s;
//     The contents of this file are subject to the Mozilla Public License

import java.util.List;

public class Main {
    public static List<String> getProductsFromString(List<String> projects) {
        return projects;
    }/*from  w w  w. j a  v  a 2s  . c o  m*/
}

Related

  1. dotProduct(List v1, List v2)
  2. dotProductValue(List oper1, List oper2)
  3. product(List> lists)
  4. scalarProduct(List a, List b)
  5. scalerProduct(final List doubleList, final double scalerFactor)