package dataBase;

import java.util.Comparator;

public class PictureBufferElementComparator implements Comparator<PictureBufferElement>{

	@Override
	public int compare(PictureBufferElement o1, PictureBufferElement o2) {
		// TODO Auto-generated method stub
		return 0;
	}
	
}
