I don't think porting LV code to Java is the best approach. Instead, I'd recommend reading up on some filtering algorithms and trying to find some appropriate Java libraries.
Start by reading
some wikipedia articles about different
types of filters and decide how you want to approach your filtering. Then,
search for some packages that you might be able to use.
Maybe someone with some experience with Java programming might be able to help you out a little better