/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package server; /** * * @author eichehome */ public class FifoPipe { private PipeElement firstElement; private PipeElement lastElement; public FifoPipe() { } public queuElement(Object element) { } }