Java Zero Format zeroObjects()

Here you can find the source of zeroObjects()

Description

zero Objects

License

Open Source License

Declaration

public static Object[] zeroObjects() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    private static final Object[] EMPTY_OBJECT_ARRAY = new Object[] {};

    public static Object[] zeroObjects() {
        return EMPTY_OBJECT_ARRAY;
    }/*www.  j  ava  2  s . c  o  m*/
}

Related

  1. zeroIfNull(Integer i)
  2. zeroIfNullStrict(Integer i)
  3. zeroInterval(byte[] x, int start, int end)
  4. zeroLowerBits(long bits, int nBits)
  5. zeroMatrix(int M, int N, double mat[][])
  6. ZeroOneStringToBooleanArray(String data)
  7. zeroOrderBessel(float num)
  8. zeroOrMore(String... patterns)
  9. zeroOut(byte[] array)